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
This commit is contained in:
Toshi MARUYAMA 2011-08-28 10:09:31 +00:00
parent aee7dd5b3f
commit d2420cec9d
1 changed files with 1 additions and 1 deletions

View File

@ -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 應用程式。