From e203bc3af47406339870e718475f0f0ea194f6c9 Mon Sep 17 00:00:00 2001 From: Mary Umoh Date: Mon, 17 Jul 2017 18:06:23 -0400 Subject: Bug 1380389 - autosize comments should be a user pref (default: on) --- template/en/default/global/setting-descs.none.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/global') 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", -- cgit v1.2.3-24-g4f1b