diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index c29f3f14f..05c2a7547 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -132,6 +132,7 @@ [% link = "Click here if the page does not redisplay automatically." %] [% ELSIF message_tag == "buglist_updated_named_query" %] + [% title = "Search updated" %] Your search named <code><a href="buglist.cgi?cmdtype=runnamed&namedcmd=[% queryname FILTER url_quote %]" >[% queryname FILTER html %]</a></code> has been updated. @@ -141,6 +142,7 @@ also bookmark the result of any individual search. [% ELSIF message_tag == "buglist_new_named_query" %] + [% title = "Search created" %] OK, you have a new search named <code><a href="buglist.cgi?cmdtype=runnamed&namedcmd=[% queryname FILTER url_quote %]" >[% queryname FILTER html %]</a></code>. |