summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorMary Umoh <umohm12@gmail.com>2017-07-18 00:06:23 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-18 00:06:23 +0200
commite203bc3af47406339870e718475f0f0ea194f6c9 (patch)
treefc8739c2dd1fe5dcce8325cfe9817b435d504003 /template/en/default/global
parente08b1e57d8f4921821ba68ceea96c9eaaa1729f8 (diff)
downloadbugzilla-e203bc3af47406339870e718475f0f0ea194f6c9.tar.gz
bugzilla-e203bc3af47406339870e718475f0f0ea194f6c9.tar.xz
Bug 1380389 - autosize comments should be a user pref (default: on)
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/setting-descs.none.tmpl3
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 ba001ab6d..b6800d22d 100644
--- a/template/en/default/global/setting-descs.none.tmpl
+++ b/template/en/default/global/setting-descs.none.tmpl
@@ -18,7 +18,7 @@
[% PROCESS global/variables.none.tmpl %]
-[% setting_descs = {
+[% setting_descs = {
"comment_sort_order" => "When viewing $terms.abug, show comments in this order",
"csv_colsepchar" => "Field separator character for CSV files",
"display_quips" => "Show a quip at the top of each $terms.bug list",
@@ -43,6 +43,7 @@
"quote_replies" => "Quote the associated comment when you click on its reply link",
"quoted_reply" => "Quote the full comment",
"simple_reply" => "Reference the comment number only",
+ "autosize_comments" => "Expand the comment box dynamically",
"comment_box_position" => "Position of the Additional Comments box",
"before_comments" => "Before other comments",
"after_comments" => "After other comments",