https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cd2eaf1e51d9afd7a21c2e4dfdd019174a7bc382

commit cd2eaf1e51d9afd7a21c2e4dfdd019174a7bc382
Author:     chirsz <[email protected]>
AuthorDate: Sun Sep 13 00:23:05 2020 +0800
Commit:     GitHub <[email protected]>
CommitDate: Sat Sep 12 18:23:05 2020 +0200

    [CONSRV] Improve zh-CN translation (#3157)
    
    The new word is more in line with PRC people's usage habits, and it
    is actually used in the Simplified Chinese translation of Windows.
---
 win32ss/user/winsrv/consrv/frontends/gui/lang/zh-CN.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/win32ss/user/winsrv/consrv/frontends/gui/lang/zh-CN.rc 
b/win32ss/user/winsrv/consrv/frontends/gui/lang/zh-CN.rc
index 3509f505fb3..4552ba0471a 100644
--- a/win32ss/user/winsrv/consrv/frontends/gui/lang/zh-CN.rc
+++ b/win32ss/user/winsrv/consrv/frontends/gui/lang/zh-CN.rc
@@ -5,7 +5,7 @@ BEGIN
     IDS_EDIT "编辑"
     IDS_MARK "标记"
     IDS_COPY "复制\tEnter"
-    IDS_PASTE "黏贴"
+    IDS_PASTE "粘贴"
     IDS_SELECTALL "全部选择"
     IDS_SCROLL "滚动"
     IDS_FIND "查找..."

Reply via email to