diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-06 20:02:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-06 20:02:30 +0000 |
commit | c80c1e1eada561326d36f2c0d115eb9ea76d16dd (patch) | |
tree | 026052bf5aabd9568ddbe3424ff2988c500a6a09 /lang/en.yml | |
parent | 943ba3e34fed6d82f79a737e043c408746ab392a (diff) | |
download | redmine-c80c1e1eada561326d36f2c0d115eb9ea76d16dd.tar.gz redmine-c80c1e1eada561326d36f2c0d115eb9ea76d16dd.zip |
Create a journal and send an email when an issue is closed by commit (#609).
The redmine user is found using the committer username or email. Otherwise, the journal is created with anonymous user.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1126 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 8c54e1c79..c056c6ce5 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -540,6 +540,7 @@ text_issue_category_reassign_to: Reassign issues to this category text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." text_load_default_configuration: Load the default configuration +text_status_changed_by_changeset: Applied in changeset %s. default_role_manager: Manager default_role_developper: Developer |