diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-06 08:32:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-06 08:32:56 +0000 |
commit | 533994e5ea00d8273298becd612f8615fba76c0c (patch) | |
tree | e8f9fe41e5184e92d096038cbb117b34d192d53e /lang/en.yml | |
parent | e951d8458413f02ba613163df862d1a352ed3692 (diff) | |
download | redmine-533994e5ea00d8273298becd612f8615fba76c0c.tar.gz redmine-533994e5ea00d8273298becd612f8615fba76c0c.zip |
Adds an application setting to choose whether or not subprojects issues should be displayed by default on the issue list, calendar and gantt (r1178). Default is true.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1198 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en.yml b/lang/en.yml index 0445834fe..be7e1eb74 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -208,6 +208,7 @@ setting_protocol: Protocol setting_per_page_options: Objects per page options setting_user_format: Users display format setting_activity_days_default: Days displayed on project activity +setting_display_subprojects_issues: Display subprojects issues on main projects by default project_module_issue_tracking: Issue tracking project_module_time_tracking: Time tracking |