diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-11-18 12:42:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-11-18 12:42:20 +0000 |
commit | 5495e6f3424f44faa16b4d03dfe1e76a30e50469 (patch) | |
tree | f37543a819979725a0a916af660e49095ff303e3 /config/locales/en.yml | |
parent | 9c3e3a4276612f60552379518ab8c9a11319e73b (diff) | |
download | redmine-5495e6f3424f44faa16b4d03dfe1e76a30e50469.tar.gz redmine-5495e6f3424f44faa16b4d03dfe1e76a30e50469.zip |
Introduce a setting to change the display format of timespans to h:mm (#23996).
Patch by Jens Kraemer.
git-svn-id: http://svn.redmine.org/redmine/trunk@15965 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-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 56a06c7d5..eae146951 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -389,6 +389,7 @@ en: setting_autologin: Autologin setting_date_format: Date format setting_time_format: Time format + setting_timespan_format: Time span format setting_cross_project_issue_relations: Allow cross-project issue relations setting_cross_project_subtasks: Allow cross-project subtasks setting_issue_list_default_columns: Default columns displayed on the issue list |