]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory <spam...
authorlpsolit%gmail.com <>
Thu, 10 May 2007 16:15:29 +0000 (16:15 +0000)
committerlpsolit%gmail.com <>
Thu, 10 May 2007 16:15:29 +0000 (16:15 +0000)
template/en/default/account/prefs/saved-searches.html.tmpl
template/en/default/admin/components/edit.html.tmpl
template/en/default/admin/keywords/list.html.tmpl
template/en/default/reports/chart.png.tmpl
template/en/default/reports/report-simple.html.tmpl

index 7f0052bba34afcf479fec87c73a13123a4f84f05..35d09e023a5e92c7d673ab50ec2599d2f0b31e67 100644 (file)
@@ -42,7 +42,7 @@
       </th>
     </tr>
     <tr>
-      <td>My Bugs</td>
+      <td>My [% terms.Bugs %]</td>
       <td>
         [% filtered_username = user.login FILTER url_quote %]
         <a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">Run</a>
index 7fa37488368d74f9159c2f75e6aea98ff5e3c519..d2ae789caa828bf94697de01fe4904cd11e7d320 100644 (file)
@@ -79,7 +79,7 @@
       <td>[% terms.Bugs %]:</td>
       <td>
 [% IF comp.bug_count > 0 %]
-        <a title="Bugs in component '[% comp.name FILTER html %]'"
+        <a title="[% terms.Bugs %] in component '[% comp.name FILTER html %]'"
            href="buglist.cgi?component=
                 [%- comp.name FILTER url_quote %]&amp;product=
                 [%- prod.name FILTER url_quote %]">[% comp.bug_count %]</a>
index b0b9096186631a346a682a382d0971d64b7f4476..08533327326a5d3ae88b395beae07c0693802db3 100755 (executable)
@@ -48,7 +48,7 @@
      },
      { 
        name => "bug_count"
-       heading => "Bugs"
+       heading => "$terms.Bugs"
        align => "right"
        contentlink => "buglist.cgi?keywords=%%name%%"
      },
index 119ff344f2d571f62a25d1f9fdfa3f5438f22bd0..a3933e4b71e9c618054fa0587f701c1b1fa373ff 100644 (file)
@@ -19,7 +19,7 @@
   # Contributor(s): Gervase Markham <gerv@gerv.net>
   #%]
 
-[% y_label = "Bugs" %]
+[% y_label = "$terms.Bugs" %]
 [% x_label = "Time" %]
 
 [% IF chart.cumulate %]
index 04db73b76fdeea8fb444106987d100f3f9f19177..9ef8638353dd5d9ee080f384e3badf1ff676f088 100644 (file)
@@ -22,7 +22,7 @@
 
 <html>
 
-  [% title = "Bug List" %]
+  [% title = "$terms.Bug List" %]
 
   <head>
     <title>[% title FILTER html %]</title>