diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-03-17 08:26:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-03-17 08:26:50 +0000 |
commit | 716da4622e69d654dd765af79f1880b6abbfd6e3 (patch) | |
tree | 1f52a41929853f9587c45d940d699e668e0ebc6d /config/locales/en.yml | |
parent | 0b5e7d2a3c2792e80db6b55e7c003f6164da2f6b (diff) | |
download | redmine-716da4622e69d654dd765af79f1880b6abbfd6e3.tar.gz redmine-716da4622e69d654dd765af79f1880b6abbfd6e3.zip |
Adds string to locales (#16362).
git-svn-id: http://svn.redmine.org/redmine/trunk@12977 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 39b7d8f04..c2f4b1bc5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -508,6 +508,7 @@ en: label_issue_updated: Issue updated label_issue_note_added: Note added label_issue_status_updated: Status updated + label_issue_assigned_to_updated: Assignee updated label_issue_priority_updated: Priority updated label_document: Document label_document_new: New document |