summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/setting-descs.none.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-07-20 19:11:36 +0200
committerlpsolit%gmail.com <>2007-07-20 19:11:36 +0200
commitc20df721aac9a4d95f76968ff6e938b296d2c056 (patch)
treeec1c29f95442ce0887bf3756ae7d0e36430f76d1 /template/en/default/global/setting-descs.none.tmpl
parent2b68a4d9128233c7db6cbb5b38af7ebf16c6b982 (diff)
downloadbugzilla-c20df721aac9a4d95f76968ff6e938b296d2c056.tar.gz
bugzilla-c20df721aac9a4d95f76968ff6e938b296d2c056.tar.xz
Bug 388159: 'bug' hardcoded in setting-descs.none.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/global/setting-descs.none.tmpl')
-rw-r--r--template/en/default/global/setting-descs.none.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/setting-descs.none.tmpl b/template/en/default/global/setting-descs.none.tmpl
index 3992e1208..921b75911 100644
--- a/template/en/default/global/setting-descs.none.tmpl
+++ b/template/en/default/global/setting-descs.none.tmpl
@@ -22,7 +22,7 @@
[% 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 bug list",
+ "display_quips" => "Show a quip at the top of each $terms.bug list",
"zoom_textareas" => "Zoom textareas large when in use (requires JavaScript)",
"newest_to_oldest" => "Newest to Oldest",
"newest_to_oldest_desc_first" => "Newest to Oldest, but keep Description at the top",
@@ -36,7 +36,7 @@
"standard" => "Classic",
"skin" => "$terms.Bugzilla's general appearance (skin)",
"nothing" => "Do Nothing",
- "state_addselfcc" => "Automatically add me to the CC list of bugs I change",
+ "state_addselfcc" => "Automatically add me to the CC list of $terms.bugs I change",
"always" => "Always",
"never" => "Never",
"cc_unless_role" => "Only if I have no role on them",