diff options
Diffstat (limited to 'template/en/default/global/setting-descs.none.tmpl')
-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", |