]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 388159: 'bug' hardcoded in setting-descs.none.tmpl - Patch by Frédéric Buclin...
authorlpsolit%gmail.com <>
Fri, 20 Jul 2007 17:12:55 +0000 (17:12 +0000)
committerlpsolit%gmail.com <>
Fri, 20 Jul 2007 17:12:55 +0000 (17:12 +0000)
template/en/default/global/setting-descs.none.tmpl

index 3992e1208b7d239603dc2e03becc00dc16817c88..921b759119d4bd8018e2e2be43e18467b63d1fe8 100644 (file)
@@ -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",