diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2009-09-04 22:28:35 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2009-09-04 22:28:35 +0000 |
commit | edbfd09990f90bba384adf01769649d0d67f8ba0 (patch) | |
tree | 86afa8121d9b8bbc53bcfca2c46ddbad7918e9bc /config/locales/en.yml | |
parent | 677d1769d6d66fdf2126c80eea2161b364f3b12d (diff) | |
download | redmine-edbfd09990f90bba384adf01769649d0d67f8ba0.tar.gz redmine-edbfd09990f90bba384adf01769649d0d67f8ba0.zip |
Changing l10n messages (fixes #3807)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2856 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index d15800762..f77079e3d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -735,9 +735,9 @@ en: text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted." text_workflow_edit: Select a role and a tracker to edit the workflow text_are_you_sure: Are you sure ? - text_journal_changed: "changed from {{old}} to {{new}}" - text_journal_set_to: "set to {{value}}" - text_journal_deleted: deleted + text_journal_changed: "{{label}} changed from {{old}} to {{new}}" + text_journal_set_to: "{{label}} set to {{value}}" + text_journal_deleted: "{{label}} deleted" text_tip_task_begin_day: task beginning this day text_tip_task_end_day: task ending this day text_tip_task_begin_end_day: task beginning and ending this day |