diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-06-20 07:13:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-06-20 07:13:54 +0000 |
commit | 04b8be1d5b9654b08ac5e2566f5ed63f3f02d787 (patch) | |
tree | 2d68c44f7015394c7e58f6d08904995bcef10016 /config | |
parent | d3e51b4235a1c53b0ad042397a7b2ad893fc6dcc (diff) | |
download | redmine-04b8be1d5b9654b08ac5e2566f5ed63f3f02d787.tar.gz redmine-04b8be1d5b9654b08ac5e2566f5ed63f3f02d787.zip |
User preference for issue history default tab (#3058).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18277 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-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 7d54ff499..0b64e979e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -383,6 +383,7 @@ en: field_digest: Checksum field_default_assigned_to: Default assignee field_recently_used_projects: Number of recently used projects in jump box + field_history_default_tab: Issue's history default tab setting_app_title: Application title setting_welcome_text: Welcome text @@ -1058,6 +1059,7 @@ en: label_preferred_body_part_html: HTML (experimental) label_issue_history_properties: Property changes label_issue_history_notes: Notes + label_last_tab_visited: Last visited tab button_login: Login button_submit: Submit |