diff options
author | lpsolit%gmail.com <> | 2007-08-08 08:49:25 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-08-08 08:49:25 +0200 |
commit | 4d1b66af361378015042bc3d73d83c12de58621d (patch) | |
tree | c8dc3434b272b7e77205ae5ef2bffc3475945bca /template/en/default/global | |
parent | 0d8f1f66a249190d26f58e652aa9c723acd29970 (diff) | |
download | bugzilla-4d1b66af361378015042bc3d73d83c12de58621d.tar.gz bugzilla-4d1b66af361378015042bc3d73d83c12de58621d.tar.xz |
Bug 225731: Implement a user pref to choose if clicking the "Reply" link of a comment should qutote the comment or not, or only its ID - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/setting-descs.none.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/global/setting-descs.none.tmpl b/template/en/default/global/setting-descs.none.tmpl index 921b75911..c79949a73 100644 --- a/template/en/default/global/setting-descs.none.tmpl +++ b/template/en/default/global/setting-descs.none.tmpl @@ -41,5 +41,8 @@ "never" => "Never", "cc_unless_role" => "Only if I have no role on them", "lang" => "Language used in email", + "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", } %] |