An error search drop-down box

If these two values ​​are translated into Chinese, will lead to a
drop-down box to select the Replace option, it canceled the translation.
This commit is contained in:
lzh
2014-08-22 16:57:22 +08:00
parent 34b34bcc88
commit 95b5126227
2 changed files with 4 additions and 4 deletions

View File

@@ -90,8 +90,8 @@ $text = array(
"Close all tabs" => "关闭所有选项卡",
"Alphabetize tabs" => "按字母顺序排列的选项卡",
"Find" => "搜索",
"in" => "搜索",
"and" => "替换",
"in" => "in",
"and" => "and",
"replace" => "替换",
"replace all" => "替换所有",
"this document" => "当前文件",

View File

@@ -90,8 +90,8 @@ $text = array(
"Close all tabs" => "關閉所有選項卡",
"Alphabetize tabs" => "按字母順序排序選項卡",
"Find" => "檢索",
"in" => "檢索",
"and" => "替換",
"in" => "in",
"and" => "and",
"replace" => "替換",
"replace all" => "替換所有",
"this document" => "當前文件",