diff options
author | Mary Umoh <umohm12@gmail.com> | 2017-07-18 00:06:23 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-18 00:06:23 +0200 |
commit | e203bc3af47406339870e718475f0f0ea194f6c9 (patch) | |
tree | fc8739c2dd1fe5dcce8325cfe9817b435d504003 /template | |
parent | e08b1e57d8f4921821ba68ceea96c9eaaa1729f8 (diff) | |
download | bugzilla-e203bc3af47406339870e718475f0f0ea194f6c9.tar.gz bugzilla-e203bc3af47406339870e718475f0f0ea194f6c9.tar.xz |
Bug 1380389 - autosize comments should be a user pref (default: on)
Diffstat (limited to 'template')
-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 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", |