From 6470da7db34aa58a67dd045899f057eefff2a181 Mon Sep 17 00:00:00 2001 From: "wicked%sci.fi" <> Date: Tue, 14 Jul 2009 03:33:47 +0000 Subject: Bug 369139: Add titles to creating and updating a tag messages - Patch by Teemu Mannermaa r/a=LpSolit --- template/en/default/global/messages.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') 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 [% queryname FILTER html %] 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 [% queryname FILTER html %]. -- cgit v1.2.3-24-g4f1b