diff options
author | Kent Rogers <kar@cray.com> | 2010-03-02 00:24:36 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-02 00:24:36 +0100 |
commit | cab671b774f077dbb47bf8904fb11cca60204ab0 (patch) | |
tree | 3d0976bf77ad5c52555d654d30e4f6d3d60de7a9 /template/en/default | |
parent | 78be753e3be38903b0eeb81e36a7c51704bc6cf3 (diff) | |
download | bugzilla-cab671b774f077dbb47bf8904fb11cca60204ab0.tar.gz bugzilla-cab671b774f077dbb47bf8904fb11cca60204ab0.tar.xz |
Bug 286041 - Allow people to undo "forget search"
r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 1f63da79b..5364f1e98 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -144,7 +144,7 @@ [% ELSIF message_tag == "buglist_query_gone" %] [% title = "Search is gone" %] - [% link = "Go back to the search page." %] + [% link = "Un-forget the search" %] OK, the <b>[% namedcmd FILTER html %]</b> search is gone. [% ELSIF message_tag == "buglist_sorted_by_relevance" %] |