diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-21 03:39:43 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-21 03:39:43 +0000 |
commit | 427aca9f90071c6e258c7753281bcfb764d3985b (patch) | |
tree | 38802a6a3c34f577dab3c916d68305ce617ffd41 /config/locales | |
parent | 16365b5ce92c6b2bc3b203c4f6ae6c28d48966bd (diff) | |
download | redmine-427aca9f90071c6e258c7753281bcfb764d3985b.tar.gz redmine-427aca9f90071c6e258c7753281bcfb764d3985b.zip |
fix parsing zh-TW.yml error with psych library on Ruby 1.9
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8306 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/zh-TW.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index a5573bcea..ac20d952f 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -910,7 +910,7 @@ label_git_report_last_commit: 報告最後認可的文件和目錄 label_parent_revision: 父項 label_child_revision: 子項 - label_export_options: %{export_format} 匯出選項 + label_export_options: "%{export_format} 匯出選項" button_login: 登入 button_submit: 送出 |