From: lpsolit%gmail.com <> Date: Thu, 10 May 2007 16:15:29 +0000 (+0000) Subject: Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory r=wicked a=mkanat --- diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 7f0052bba3..35d09e023a 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -42,7 +42,7 @@ - My Bugs + My [% terms.Bugs %] [% filtered_username = user.login FILTER url_quote %] Run diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 7fa3748836..d2ae789caa 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -79,7 +79,7 @@ [% terms.Bugs %]: [% IF comp.bug_count > 0 %] - [% comp.bug_count %] diff --git a/template/en/default/admin/keywords/list.html.tmpl b/template/en/default/admin/keywords/list.html.tmpl index b0b9096186..0853332732 100755 --- a/template/en/default/admin/keywords/list.html.tmpl +++ b/template/en/default/admin/keywords/list.html.tmpl @@ -48,7 +48,7 @@ }, { name => "bug_count" - heading => "Bugs" + heading => "$terms.Bugs" align => "right" contentlink => "buglist.cgi?keywords=%%name%%" }, diff --git a/template/en/default/reports/chart.png.tmpl b/template/en/default/reports/chart.png.tmpl index 119ff344f2..a3933e4b71 100644 --- a/template/en/default/reports/chart.png.tmpl +++ b/template/en/default/reports/chart.png.tmpl @@ -19,7 +19,7 @@ # Contributor(s): Gervase Markham #%] -[% y_label = "Bugs" %] +[% y_label = "$terms.Bugs" %] [% x_label = "Time" %] [% IF chart.cumulate %] diff --git a/template/en/default/reports/report-simple.html.tmpl b/template/en/default/reports/report-simple.html.tmpl index 04db73b76f..9ef8638353 100644 --- a/template/en/default/reports/report-simple.html.tmpl +++ b/template/en/default/reports/report-simple.html.tmpl @@ -22,7 +22,7 @@ - [% title = "Bug List" %] + [% title = "$terms.Bug List" %] [% title FILTER html %]