diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-15 21:55:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-15 21:55:26 +0000 |
commit | 96d2e044ca17cf3c426ff5ebde472c747eb0d353 (patch) | |
tree | 875783e8275f0f950d957db7b350ade8496b1656 /config/locales/en.yml | |
parent | 3de694f5e58b0fa218735f726a5b7eac02ee5683 (diff) | |
download | redmine-96d2e044ca17cf3c426ff5ebde472c747eb0d353.tar.gz redmine-96d2e044ca17cf3c426ff5ebde472c747eb0d353.zip |
Fix: Semi colon is spelled semicolon (#22135).
Patch by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@15246 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index a2ac47903..c1989541c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -979,7 +979,7 @@ en: label_fields_wrapper: Field wrapper label_encoding: Encoding label_comma_char: Comma - label_semi_colon_char: Semi colon + label_semi_colon_char: Semicolon label_quote_char: Quote label_double_quote_char: Double quote label_fields_mapping: Fields mapping @@ -1106,7 +1106,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 the value “%{name}”." + 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." |