diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-19 20:16:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-19 20:16:49 +0000 |
commit | 151a215ea45c1870842de49d0640b1557f712498 (patch) | |
tree | 36750e8c39c1235bf82d1ffb49f4bee3405e99c0 /config/locales/en.yml | |
parent | df5dba5ddec5f61a2022abcd1789da4604b21055 (diff) | |
download | redmine-151a215ea45c1870842de49d0640b1557f712498.tar.gz redmine-151a215ea45c1870842de49d0640b1557f712498.zip |
Adds updated_by and last_updated_by filters on issues (#17720).
git-svn-id: http://svn.redmine.org/redmine/trunk@16228 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 7ba059947..24d73e65d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -370,6 +370,8 @@ en: field_default_version: Default version field_remote_ip: IP address field_textarea_font: Font used for text areas + field_updated_by: Updated by + field_last_updated_by: Last updated by setting_app_title: Application title setting_app_subtitle: Application subtitle |