diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-12 19:58:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-12 19:58:19 +0000 |
commit | 6fcc512cb77a0851ab8c3c693fd178b564a600dd (patch) | |
tree | d6f8e3b4ece15c8329192352385d8614c9ef30ef /lang/en.yml | |
parent | 3a75b6771fa1bb6ba79895312ee9d1325be6663d (diff) | |
download | redmine-6fcc512cb77a0851ab8c3c693fd178b564a600dd.tar.gz redmine-6fcc512cb77a0851ab8c3c693fd178b564a600dd.zip |
Adds a setting for whether new projects should be public by default (closes #842, #839).
Patch by Rocco Stanzione, slightly edited.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1235 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 26c7b4766..8a08507bb 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -193,6 +193,7 @@ setting_host_name: Host name setting_text_formatting: Text formatting setting_wiki_compression: Wiki history compression setting_feeds_limit: Feed content limit +setting_default_projects_public: New projects are public by default setting_autofetch_changesets: Autofetch commits setting_sys_api_enabled: Enable WS for repository management setting_commit_ref_keywords: Referencing keywords |