diff options
author | David Lawrence <dkl@redhat.com> | 2014-06-26 19:12:31 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2014-06-26 19:12:31 +0200 |
commit | 833ecab083728f7ceed779b9a2d5daa028688fcc (patch) | |
tree | 4853f6a8b08b282909aee42fe580aca18e132286 /template/en/default/global | |
parent | dc2d0755dd68bc6346f2e8fede6e3fcaed3fc297 (diff) | |
download | bugzilla-833ecab083728f7ceed779b9a2d5daa028688fcc.tar.gz bugzilla-833ecab083728f7ceed779b9a2d5daa028688fcc.tar.xz |
Bug 669535 - User pref for "Possible Duplicates"
- Discussed with glob and decided to straight backport to BMO
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/setting-descs.none.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/setting-descs.none.tmpl b/template/en/default/global/setting-descs.none.tmpl index 37d81039e..5ba100183 100644 --- a/template/en/default/global/setting-descs.none.tmpl +++ b/template/en/default/global/setting-descs.none.tmpl @@ -53,8 +53,9 @@ "html" => "HTML", "text_only" => "Text Only", "bugmail_new_prefix" => "Add 'New:' to subject line of email sent when a new $terms.bug is filed", + "possible_duplicates" => "Display possible duplicates when reporting a new $terms.bug", "requestee_cc" => "Automatically add me to the CC list of $terms.bugs I am requested to review", - } + } %] [% Hook.process('settings') %] |