diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-19 20:22:51 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-19 20:22:51 +0000 |
commit | 3471d8756b0381877c2afb38787600de2087cee1 (patch) | |
tree | 1ef86f139b0710ce15efe85dabca724da686d0d2 /config/locales/en-GB.yml | |
parent | 151a215ea45c1870842de49d0640b1557f712498 (diff) | |
download | redmine-3471d8756b0381877c2afb38787600de2087cee1.tar.gz redmine-3471d8756b0381877c2afb38787600de2087cee1.zip |
Adds :field_updated_by and :field_last_updated_by strings to locales (#17720).
git-svn-id: http://svn.redmine.org/redmine/trunk@16229 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en-GB.yml')
-rw-r--r-- | config/locales/en-GB.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index dd3c6d89e..e41c53289 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1228,3 +1228,5 @@ en-GB: label_user_mail_option_only_owner: Only for things I watch or I am the owner of warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion of values from one or more fields on the selected objects + field_updated_by: Updated by + field_last_updated_by: Last updated by |