diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-06-20 07:07:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-06-20 07:07:22 +0000 |
commit | b132b8e914c5612218bb161af19aa916b18deab3 (patch) | |
tree | 154933794125163c63050d37fa01613e7a1aede7 /config | |
parent | d4312d25656283d34202cede73e9e1fff61a7db6 (diff) | |
download | redmine-b132b8e914c5612218bb161af19aa916b18deab3.tar.gz redmine-b132b8e914c5612218bb161af19aa916b18deab3.zip |
Show issue history in tabs (#3058).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18272 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 5c5276b05..7d54ff499 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1056,6 +1056,8 @@ en: label_open_trackers_description: View all trackers description label_preferred_body_part_text: Text label_preferred_body_part_html: HTML (experimental) + label_issue_history_properties: Property changes + label_issue_history_notes: Notes button_login: Login button_submit: Submit |