diff options
author | Byron Jones <bjones@mozilla.com> | 2012-05-08 08:13:49 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-05-08 08:13:49 +0200 |
commit | 16e6b9c6ae479e28cd77204a3d7d9966b293c19a (patch) | |
tree | 6946d49ea5fffca181ddf193599a92d33d1f81f7 /template/en/default/global | |
parent | 4f608d4d3489935d55c20e15cc2ec7d700887ed4 (diff) | |
download | bugzilla-16e6b9c6ae479e28cd77204a3d7d9966b293c19a.tar.gz bugzilla-16e6b9c6ae479e28cd77204a3d7d9966b293c19a.tar.xz |
Bug 663747: Add an option to disable 'New: ' prefix on bugmail
r=gerv, a=LpSolit
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 f2dd43de5..d20068306 100644 --- a/template/en/default/global/setting-descs.none.tmpl +++ b/template/en/default/global/setting-descs.none.tmpl @@ -42,6 +42,7 @@ "html" => "HTML", "text_only" => "Text Only", "requestee_cc" => "Automatically add me to the CC list of $terms.bugs I am requested to review", + "bugmail_new_prefix" => "Add 'New:' to subject line of email sent when a new $terms.bug is filed", } %] |