From cd2eaf1e51d9afd7a21c2e4dfdd019174a7bc382 Mon Sep 17 00:00:00 2001 From: chirsz <31474766+chirsz-ever@users.noreply.github.com> Date: Sun, 13 Sep 2020 00:23:05 +0800 Subject: [PATCH] [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 "查找..."