diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 482f7e35f..13136d6cf 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -36,10 +36,15 @@ [% title = "Adding field to query page..." %] [% link = "Click here if the page does not redisplay automatically." %] [% # --- %] + [% ELSIF message_tag == "buglist_load_named_query" %] [% title = BLOCK %]Loading your query named [% namedcmd %][% END %] [% link = "Click here if the page does not redisplay automatically." %] [% # --- %] + + [% ELSIF message_tag == "buglist_updated_named_query" %] + OK, your query named <code>[% queryname FILTER html %]</code> is updated. + [% ELSIF message_tag == "buglist_new_default_query" %] OK, you now have a new default query. You may also bookmark the result of any individual query. |