diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index e0821688b..f9087a21f 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -128,8 +128,9 @@ [% ELSIF message_tag == "buglist_sorted_by_relevance" %] [% terms.Bugs %] on this list are sorted by relevance, with the most relevant [% terms.bugs %] at the top. - [% IF bugs.size == 200 %] - Only the 200 most relevant [% terms.bugs %] are shown. + [% IF bugs.size == constants.FULLTEXT_BUGLIST_LIMIT %] + Only the [% constants.FULLTEXT_BUGLIST_LIMIT FILTER html %] + most relevant [% terms.bugs %] are shown. [% END %] [% ELSIF message_tag == "change_columns" %] |