From 204fa576ec9277da886e664d93245cf2d65f1cf7 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Tue, 12 Feb 2008 05:20:20 +0000 Subject: Bug 341508 – GetBugLink() should be localisable. Patch by Marc Schumann ; r=LpSolit, a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/messages.html.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'template') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index dfa4f78f4..be0d851e6 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -336,6 +336,15 @@ An error occured while validating flags: [%+ flag_creation_error FILTER none %] + [% ELSIF message_tag == "get_field_desc" %] + [% field_descs.$field_name FILTER html %] + + [% ELSIF message_tag == "get_resolution" %] + [% get_resolution(resolution) FILTER html %] + + [% ELSIF message_tag == "get_status" %] + [% get_status(status) FILTER html %] + [% ELSIF message_tag == "group_created" %] [% title = "New Group Created" %] The group [% group.name FILTER html %] has been created. -- cgit v1.2.3-24-g4f1b