summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list-simple.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/list/list-simple.html.tmpl')
-rw-r--r--template/en/default/list/list-simple.html.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl
index 25c8c82ec..0ca3e976c 100644
--- a/template/en/default/list/list-simple.html.tmpl
+++ b/template/en/default/list/list-simple.html.tmpl
@@ -23,11 +23,13 @@
# title: string. The title for this page. (optional)
#%]
+[% PROCESS global/variables.none.tmpl %]
+
[%############################################################################%]
[%# Initialization #%]
[%############################################################################%]
-[% DEFAULT title = "Bug List" %]
+[% DEFAULT title = "$terms.Bug List" %]
[% title = title FILTER html %]
@@ -44,7 +46,7 @@
<body>
[% IF bugs.size == 0 %]
- <h3>Zarro Boogs found.</h3>
+ <h3>[% terms.zeroSearchResults %].</h3>
[% ELSE %]
[% PROCESS list/table.html.tmpl %]
[% END %]