diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-03-21 11:17:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-03-21 11:17:29 +0000 |
commit | 79b4f681760e9d674e5b959abcb3087fee009008 (patch) | |
tree | 8d97b3c0a653e8f58bf7febb93e0d4e405043fed /config/locales/en.yml | |
parent | 5225fb70f533c992bd50435096ebd2bfb1c3e942 (diff) | |
download | redmine-79b4f681760e9d674e5b959abcb3087fee009008.tar.gz redmine-79b4f681760e9d674e5b959abcb3087fee009008.zip |
Adds an option to enable/disable email notifications during a project copy (#4672).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3608 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 f636c9d99..408267097 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -754,6 +754,7 @@ en: label_api_access_key_created_on: "API access key created {{value}} ago" label_profile: Profile label_subtask_plural: Subtasks + label_project_copy_notifications: Send email notifications during the project copy button_login: Login button_submit: Submit |