summaryrefslogtreecommitdiffstats
path: root/config/locales
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-28 10:09:31 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-28 10:09:31 +0000
commitd2420cec9d1b6fef29e996552982f609b026d6fe (patch)
treeae119fda534abe2c4c8ff6af40bd754145b71b81 /config/locales
parentaee7dd5b3fc0b4656f1d8fdd92e6c06fcd35521d (diff)
downloadredmine-d2420cec9d1b6fef29e996552982f609b026d6fe.tar.gz
redmine-d2420cec9d1b6fef29e996552982f609b026d6fe.zip
Ruby 1.9: fix parsing error of zh.yml with psych yaml library (#8847).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6700 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/zh-TW.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 820053570..8203ef530 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -1027,7 +1027,7 @@
text_zoom_out: 縮小
text_warn_on_leaving_unsaved: "若您離開這個頁面,此頁面所包含的未儲存資料將會遺失。"
text_scm_path_encoding_note: "預設: UTF-8"
- text_mercurial_repository_note: "本機儲存機制 (e.g. /hgrepo, c:\hgrepo)"
+ text_mercurial_repository_note: 本機儲存機制 (e.g. /hgrepo, c:\hgrepo)
text_scm_command: 命令
text_scm_command_version: 版本
text_scm_config: 您可以在 config/configuration.yml 中設定 SCM 命令。請在編輯該檔案之後重新啟動 Redmine 應用程式。