diff options
author | Tiago Mello <timello@gmail.com> | 2011-11-18 18:52:49 +0100 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-11-18 18:52:49 +0100 |
commit | 242862cac73f0537e8b92f9bf6841c0e3179cf2b (patch) | |
tree | ae582184650a75b94ac4cdb22a5a01de4c9374a2 /template/en/default/list | |
parent | f8b6853ab1255b24804dd9b8fdff7d7972e614f6 (diff) | |
download | bugzilla-242862cac73f0537e8b92f9bf6841c0e3179cf2b.tar.gz bugzilla-242862cac73f0537e8b92f9bf6841c0e3179cf2b.tar.xz |
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 29b0532d0..27d1eb027 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -189,8 +189,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> |