diff options
author | Byron Jones <bjones@mozilla.com> | 2011-11-30 17:00:36 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2011-11-30 17:00:36 +0100 |
commit | 672397b3ff407597b6aee4948a8f4f374fa9a80b (patch) | |
tree | caab70e00316791f70db4cd3a56dfa0d3cc3c899 /template | |
parent | f825a4dea5f21642a66a753019c3cd04a9f84028 (diff) | |
download | bugzilla-672397b3ff407597b6aee4948a8f4f374fa9a80b.tar.gz bugzilla-672397b3ff407597b6aee4948a8f4f374fa9a80b.tar.xz |
Bug 301656: Adds a preference to CC flag requestees to bugs
r=LpSolit, a=LpSolit
Diffstat (limited to 'template')
-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 724e63206..361d07a4a 100644 --- a/template/en/default/global/setting-descs.none.tmpl +++ b/template/en/default/global/setting-descs.none.tmpl @@ -50,6 +50,7 @@ "email_format" => "Preferred email format", "html" => "HTML", "text_only" => "Text Only", + "requestee_cc" => "Automatically add me to the CC list of $terms.bugs I am requested to review", } %] |