diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-25 10:37:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-25 10:37:31 +0000 |
commit | 25b96457c119d0fa8e7183c092756f614bf5b17e (patch) | |
tree | 23132031ceac1b861c10f07978a1aedaca5cfe42 /config/locales/en.yml | |
parent | 18579303a20ffd26077a1b16b0742498b750845f (diff) | |
download | redmine-25b96457c119d0fa8e7183c092756f614bf5b17e.tar.gz redmine-25b96457c119d0fa8e7183c092756f614bf5b17e.zip |
Display enumeration name in confirmation message.
git-svn-id: http://svn.redmine.org/redmine/trunk@14750 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 dada67a9f..a84c971ab 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1089,7 +1089,7 @@ en: text_assign_time_entries_to_project: Assign reported hours to the project text_reassign_time_entries: 'Reassign reported hours to this issue:' text_user_wrote: "%{value} wrote:" - text_enumeration_destroy_question: "%{count} objects are assigned to this value." + text_enumeration_destroy_question: "%{count} objects are assigned to the value “%{name}”." text_enumeration_category_reassign_to: 'Reassign them to this value:' text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." |