diff options
author | Koosha KM <koosha.khajeh@gmail.com> | 2014-08-28 17:17:54 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-08-28 17:17:54 +0000 |
commit | ec5caa57cc14a328b8b994d49cb8def8eb95aea7 (patch) | |
tree | 08eec320a2361b41fcd400259770d6357a913e15 /template/en/default/global | |
parent | 82346032ecfef148e78a8d19e17c5ed41ed41d10 (diff) | |
download | bugs-ec5caa57cc14a328b8b994d49cb8def8eb95aea7.tar bugs-ec5caa57cc14a328b8b994d49cb8def8eb95aea7.tar.gz bugs-ec5caa57cc14a328b8b994d49cb8def8eb95aea7.tar.bz2 bugs-ec5caa57cc14a328b8b994d49cb8def8eb95aea7.tar.xz bugs-ec5caa57cc14a328b8b994d49cb8def8eb95aea7.zip |
Bug 330707: Add optional support for MarkDown
r=dkl,a=sgreen
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 6e3358782..ac99094c5 100644 --- a/template/en/default/global/setting-descs.none.tmpl +++ b/template/en/default/global/setting-descs.none.tmpl @@ -44,7 +44,8 @@ "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", "possible_duplicates" => "Display possible duplicates when reporting a new $terms.bug", - } + "use_markdown" => "Enable Markdown support for $terms.comments" + } %] [% Hook.process('settings') %] |