From 208399b506098df1136f2dec16e28861c6bb4b19 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 10 May 2007 16:12:48 +0000 Subject: Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory r=wicked a=mkanat --- template/en/default/reports/chart.png.tmpl | 2 +- template/en/default/reports/report-simple.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/reports') diff --git a/template/en/default/reports/chart.png.tmpl b/template/en/default/reports/chart.png.tmpl index 119ff344f..a3933e4b7 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 04db73b76..9ef863835 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 %] -- cgit v1.2.3-24-g4f1b