diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2023-07-18 19:38:46 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2023-07-18 19:38:46 (GMT) |
commit | d5eda6f28707035093efe129d5788d0c1946cdd7 (patch) | |
tree | 3ffb36cbcaf0a693d7beeda5e57bef611faa862a /library | |
parent | 087d9ce83ba3cc14cbc3028eb7290510482fca0f (diff) | |
download | tk-d5eda6f28707035093efe129d5788d0c1946cdd7.zip tk-d5eda6f28707035093efe129d5788d0c1946cdd7.tar.gz tk-d5eda6f28707035093efe129d5788d0c1946cdd7.tar.bz2 |
Ticket [b1d2161c]: library/msgs/zh_cn.msg translate error: No and Cancel should not the same Chinese word "取消"
Diffstat (limited to 'library')
-rw-r--r-- | library/msgs/zh_cn.msg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgs/zh_cn.msg b/library/msgs/zh_cn.msg index 9a728b7..87dfe72 100644 --- a/library/msgs/zh_cn.msg +++ b/library/msgs/zh_cn.msg @@ -46,7 +46,7 @@ namespace eval ::tk { ::msgcat::mcset zh_cn "Invalid file name \"%1\$s\"." "无效的文件名 \"%1\$s\"。" ::msgcat::mcset zh_cn "Italic" "斜体" ::msgcat::mcset zh_cn "Log Files" "日志文件" - ::msgcat::mcset zh_cn "&No" "&取消" + ::msgcat::mcset zh_cn "&No" "&否" ::msgcat::mcset zh_cn "&OK" "&确定" ::msgcat::mcset zh_cn "OK" "确定" ::msgcat::mcset zh_cn "Ok" "确定" |