diff options
author | lpsolit%gmail.com <> | 2007-05-10 16:12:48 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-05-10 16:12:48 +0000 |
commit | 208399b506098df1136f2dec16e28861c6bb4b19 (patch) | |
tree | 538293bfb81813b2ba9b000668bd9729def533e7 /template/en/default/reports | |
parent | 3951e2cb57cafacba6605949beb54e105f69d527 (diff) | |
download | bugs-208399b506098df1136f2dec16e28861c6bb4b19.tar bugs-208399b506098df1136f2dec16e28861c6bb4b19.tar.gz bugs-208399b506098df1136f2dec16e28861c6bb4b19.tar.bz2 bugs-208399b506098df1136f2dec16e28861c6bb4b19.tar.xz bugs-208399b506098df1136f2dec16e28861c6bb4b19.zip |
Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory <spam@bmo2007.rsz.jp> r=wicked a=mkanat
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/chart.png.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/reports/report-simple.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
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 <gerv@gerv.net> #%] -[% 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 @@ <html> - [% title = "Bug List" %] + [% title = "$terms.Bug List" %] <head> <title>[% title FILTER html %]</title> |