diff options
author | Tiago Mello <timello@gmail.com> | 2011-11-18 15:54:19 -0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-11-18 15:54:19 -0200 |
commit | 8e99c55e0d31e85dd9c56399ca30590a47e9536d (patch) | |
tree | 2cff9fdbb85171253890124f5252e7b56069e1a6 /template/en/default/list | |
parent | e97dcc1b7c1d05825923a83330bcd6986769df39 (diff) | |
download | bugs-8e99c55e0d31e85dd9c56399ca30590a47e9536d.tar bugs-8e99c55e0d31e85dd9c56399ca30590a47e9536d.tar.gz bugs-8e99c55e0d31e85dd9c56399ca30590a47e9536d.tar.bz2 bugs-8e99c55e0d31e85dd9c56399ca30590a47e9536d.tar.xz bugs-8e99c55e0d31e85dd9c56399ca30590a47e9536d.zip |
Fix bustage due to bug 643411.
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index fdd663d2a..734756da7 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -188,8 +188,8 @@ </form> [% IF time_summary_limited %] <small> - Time Summary will only include the bugs shown above. In order to - to see a time summary for all bugs found by the search, you can + Time Summary will only include the [% terms.bugs %] shown above. In order to + to see a time summary for all [% terms.bugs %] found by the search, you can <a href="buglist.cgi?[% urlquerypart FILTER html %] [%- "&order=$qorder" FILTER html IF order %]&limit=0"> Show all search results</a>.</small> |