From 16365b5ce92c6b2bc3b203c4f6ae6c28d48966bd Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 21 Dec 2011 03:39:11 +0000 Subject: [PATCH] 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 --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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