diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-10-19 11:43:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-10-19 11:43:23 +0000 |
commit | 95188f26c3f47f110c6d928e5df0b108802032b3 (patch) | |
tree | 87c6eb46833289a4d8cfbe921060b34c75393949 /config/locales | |
parent | 45f039187df03e8925cb0d08ccc1838c9ea2d5c2 (diff) | |
download | redmine-95188f26c3f47f110c6d928e5df0b108802032b3.tar.gz redmine-95188f26c3f47f110c6d928e5df0b108802032b3.zip |
Set default columns for the projects list (#29482).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18766 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-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 e5ae3220f..8c39859d7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -484,6 +484,7 @@ en: setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user setting_timelog_accept_future_dates: Accept time logs on future dates setting_show_status_changes_in_mail_subject: Show status changes in issue mail notifications subject + setting_project_list_defaults: Projects list defaults permission_add_project: Create project permission_add_subprojects: Create subprojects |