diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-04-24 17:18:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-04-24 17:18:36 +0000 |
commit | 070c18746e91b28d4663a85021e8086cba706744 (patch) | |
tree | e27246214c536c6fc746ee66630c6ae34951a8c4 /config/locales/en.yml | |
parent | 5d77f92ae614f1e2231128accd46a995dde46d30 (diff) | |
download | redmine-070c18746e91b28d4663a85021e8086cba706744.tar.gz redmine-070c18746e91b28d4663a85021e8086cba706744.zip |
Fixed: %0.2f is rendered as plain text in issues/destroy view (#3167).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2685 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 855766039..66122625f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -751,7 +751,7 @@ en: text_file_repository_writable: Attachments directory writable text_plugin_assets_writable: Plugin assets directory writable text_rmagick_available: RMagick available (optional) - text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? + text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?" text_destroy_time_entries: Delete reported hours text_assign_time_entries_to_project: Assign reported hours to the project text_reassign_time_entries: 'Reassign reported hours to this issue:' |