summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-05-10 18:12:48 +0200
committerlpsolit%gmail.com <>2007-05-10 18:12:48 +0200
commit208399b506098df1136f2dec16e28861c6bb4b19 (patch)
tree538293bfb81813b2ba9b000668bd9729def533e7 /template/en/default/reports
parent3951e2cb57cafacba6605949beb54e105f69d527 (diff)
downloadbugzilla-208399b506098df1136f2dec16e28861c6bb4b19.tar.gz
bugzilla-208399b506098df1136f2dec16e28861c6bb4b19.tar.xz
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.tmpl2
-rw-r--r--template/en/default/reports/report-simple.html.tmpl2
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>