diff options
author | myk%mozilla.org <> | 2003-09-03 11:03:30 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2003-09-03 11:03:30 +0200 |
commit | 94266c521b3e388b41f3dd6f74948a9ec71997d5 (patch) | |
tree | a93a6a69eb5aa233b9e0de3357c9866092ff86c0 /template/en/default/global/messages.html.tmpl | |
parent | b58af575949ab6ae74800873feef0e22ed763577 (diff) | |
download | bugzilla-94266c521b3e388b41f3dd6f74948a9ec71997d5.tar.gz bugzilla-94266c521b3e388b41f3dd6f74948a9ec71997d5.tar.xz |
Fix for bug 145588: adds full-text search option for more accurate finding of individual bugs via words that appear in their descriptions/comments/summaries.
r=bbaetz
a=myk
Diffstat (limited to 'template/en/default/global/messages.html.tmpl')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 6cba576c3..e8aa8047f 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -59,6 +59,10 @@ [% link = "Go back to the query page." %] OK, the <b>[% namedcmd FILTER html %]</b> query is gone. + [% ELSIF message_tag == "buglist_sorted_by_relevance" %] + Bugs on this list are sorted by relevance, with the most relevant bugs + at the top. Only the 200 most relevant bugs are shown. + [% ELSIF message_tag == "change_columns" %] [% title = "Change columns" %] Resubmitting your query with new columns... |