diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-05 07:58:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-05 07:58:07 +0000 |
commit | 91d10c63f02c6116c6215d66fa8ff7b17cddf527 (patch) | |
tree | bb4e7a6d49af67ea985a9fca25b890f1bef5931e /config | |
parent | 06c6de06e4d47531ebc6afef63b925ca80552339 (diff) | |
download | redmine-91d10c63f02c6116c6215d66fa8ff7b17cddf527.tar.gz redmine-91d10c63f02c6116c6215d66fa8ff7b17cddf527.zip |
Show Last Comment in Issue list (#1474).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@16367 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-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 eb3d7cf37..2d9260fb5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1014,6 +1014,7 @@ en: label_font_default: Default font label_font_monospace: Monospaced font label_font_proportional: Proportional font + label_last_notes: Last notes button_login: Login button_submit: Submit |