diff options
author | lpsolit%gmail.com <> | 2006-05-10 09:41:44 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-05-10 09:41:44 +0200 |
commit | a6b4362d3ef33b1c1fdc06690511cac19b8e2be3 (patch) | |
tree | 744da46b2be688246146077e4e2b10cb24e031b8 /template/en/default/global | |
parent | 7e37bcbda25c4f776b508c192f38a72cd51b8ea0 (diff) | |
download | bugzilla-a6b4362d3ef33b1c1fdc06690511cac19b8e2be3.tar.gz bugzilla-a6b4362d3ef33b1c1fdc06690511cac19b8e2be3.tar.xz |
Bug 7710: Pref to automatically put me on the CC: list of bugs I change - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/setting-descs.none.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/setting-descs.none.tmpl b/template/en/default/global/setting-descs.none.tmpl index a0dbeb1a3..6962d9ea6 100644 --- a/template/en/default/global/setting-descs.none.tmpl +++ b/template/en/default/global/setting-descs.none.tmpl @@ -34,5 +34,9 @@ "next_bug" => "Show next $terms.bug in my list", "same_bug" => "Show the updated $terms.bug", "nothing" => "Do Nothing", + "state_addselfcc" => "Automatically add me to the CC list of bugs I change", + "always" => "Always", + "never" => "Never", + "cc_unless_role" => "Only if I have no role on them", } %] |