diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-25 11:33:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-25 11:33:30 +0000 |
commit | f01b97eb0666c7d10c4d86de584f2cfb3583652c (patch) | |
tree | 5914998759791b2b2196e7a07e32149e9a88594d /config/locales/en.yml | |
parent | b795bd5acee960cccfbb6783b271e82ae1172e29 (diff) | |
download | redmine-f01b97eb0666c7d10c4d86de584f2cfb3583652c.tar.gz redmine-f01b97eb0666c7d10c4d86de584f2cfb3583652c.zip |
YAML files parsing issues.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8995 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 d2cdb8220..2ca8582a3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -841,7 +841,7 @@ en: label_child_revision: Child label_export_options: "%{export_format} export options" label_copy_attachments: Copy attachments - label_item_position: %{position} of %{count} + label_item_position: "%{position} of %{count}" label_completed_versions: Completed versions button_login: Login |