diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-08 08:57:31 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-08 08:57:31 +0000 |
commit | 391a9469d1c9b72f14114a6019a4c19d499ee389 (patch) | |
tree | 2b8bab72c502bd9ce3de568bb1cbdc862f19259b /config/locales/en.yml | |
parent | 86ca2e282a6dcac22bfbf693d1aed0de3a09804b (diff) | |
download | redmine-391a9469d1c9b72f14114a6019a4c19d499ee389.tar.gz redmine-391a9469d1c9b72f14114a6019a4c19d499ee389.zip |
Allow a bigger range for the gantt timeline (#14654).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18136 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 79f47cb6c..50f75877a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -447,6 +447,7 @@ en: setting_commit_logtime_enabled: Enable time logging setting_commit_logtime_activity_id: Activity for logged time setting_gantt_items_limit: Maximum number of items displayed on the gantt chart + setting_gantt_months_limit: Maximum number of months displayed on the gantt chart setting_issue_group_assignment: Allow issue assignment to groups setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed |