diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-21 03:39:11 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-21 03:39:11 +0000 |
commit | 16365b5ce92c6b2bc3b203c4f6ae6c28d48966bd (patch) | |
tree | e0e77f96e636ef170a32769f85afbf4cdff62d13 /config/locales/en.yml | |
parent | d249989257a16135a6812855e2bc286d418b339d (diff) | |
download | redmine-16365b5ce92c6b2bc3b203c4f6ae6c28d48966bd.tar.gz redmine-16365b5ce92c6b2bc3b203c4f6ae6c28d48966bd.zip |
fix parsing en.yml error with psych library on Ruby 1.9
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8305 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 88cc1a632..1b1abc29a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -829,7 +829,7 @@ en: label_git_report_last_commit: Report last commit for files and directories label_parent_revision: Parent label_child_revision: Child - label_export_options: %{export_format} export options + label_export_options: "%{export_format} export options" button_login: Login button_submit: Submit |