From 47b092002eca10bbc9f87f6ac5da77bdf0f36832 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Tue, 16 Aug 2011 13:22:45 +0200 Subject: [PATCH] Bug 678844: When trying to edit a non-existent classification, the error message has missing words r=glob a=LpSolit --- template/en/default/global/user-error.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b3d92e45e5..52c6156b6e 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1794,6 +1794,10 @@ attachment [% ELSIF class == "Bugzilla::User" %] user + [% ELSIF class == "Bugzilla::Classification" %] + classification + [% ELSIF class == "Bugzilla::Product" %] + product [% ELSIF class == "Bugzilla::Component" %] component [% ELSIF class == "Bugzilla::Version" %] @@ -1812,8 +1816,6 @@ group [% ELSIF class == "Bugzilla::Keyword" %] keyword - [% ELSIF class == "Bugzilla::Product" %] - product [% ELSIF class == "Bugzilla::Search::Recent" %] recent search [% ELSIF class == "Bugzilla::Search::Saved" %] -- 2.47.2