diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-01-07 03:48:12 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-01-07 03:48:12 +0000 |
commit | 01668a6839c369122db10a838653c9558d2af5ad (patch) | |
tree | 86a602933048dd396aa94d2f8dbc77a08373ece2 | |
parent | 8e3a14c598a7b9df319e96fd1ced1ef1f781112d (diff) | |
download | redmine-01668a6839c369122db10a838653c9558d2af5ad.tar.gz redmine-01668a6839c369122db10a838653c9558d2af5ad.zip |
Simplified Chinese "field_cvs_module" translation fixed by qian hu (#21588)
git-svn-id: http://svn.redmine.org/redmine/trunk@15006 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/zh.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index ed69500eb..b162e536a 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -957,7 +957,7 @@ zh: text_scm_path_encoding_note: "默认: UTF-8" field_path_to_repository: 库路径 field_root_directory: 根目录 - field_cvs_module: 模块 + field_cvs_module: CVS 模块 field_cvsroot: CVSROOT text_mercurial_repository_note: 本地库 (e.g. /hgrepo, c:\hgrepo) text_scm_command: 命令 |