diff options
author | Byron Jones <bjones@mozilla.com> | 2011-11-30 17:11:33 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2011-11-30 17:11:33 +0100 |
commit | 306fbbaaf53e940755fb38faf923e54fb931e132 (patch) | |
tree | cd54f2259e3b3f5cbd080b9859a0491d99a74e53 /template/en/default/global | |
parent | 59776e6dc9dd95024dac6f8834b1ef5a67eb143e (diff) | |
download | bugzilla-306fbbaaf53e940755fb38faf923e54fb931e132.tar.gz bugzilla-306fbbaaf53e940755fb38faf923e54fb931e132.tar.xz |
Bug 301656: Adds a preference to CC flag requestees to bugs
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/setting-descs.none.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/setting-descs.none.tmpl b/template/en/default/global/setting-descs.none.tmpl index 52d1c9803..37d81039e 100644 --- a/template/en/default/global/setting-descs.none.tmpl +++ b/template/en/default/global/setting-descs.none.tmpl @@ -53,6 +53,7 @@ "html" => "HTML", "text_only" => "Text Only", "bugmail_new_prefix" => "Add 'New:' to subject line of email sent when a new $terms.bug is filed", + "requestee_cc" => "Automatically add me to the CC list of $terms.bugs I am requested to review", } %] |