aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-08-16 13:25:39 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-16 13:25:39 +0200
commit93a93dee850e8991c666038774eb32ebea97c175 (patch)
tree9511f998f151a6e5c274841b896ba0beaa19762e /template
parentBug 678772: version.pm 0.92 and newer forbids negative values, making checkse... (diff)
downloadbugzilla-93a93dee850e8991c666038774eb32ebea97c175.tar.gz
bugzilla-93a93dee850e8991c666038774eb32ebea97c175.tar.bz2
bugzilla-93a93dee850e8991c666038774eb32ebea97c175.zip
Bug 678844: When trying to edit a non-existent classification, the error message has missing words
r=glob a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl6
1 files 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 f3b233f8d..270bc0239 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1770,6 +1770,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" %]
@@ -1788,8 +1792,6 @@
group
[% ELSIF class == "Bugzilla::Keyword" %]
keyword
- [% ELSIF class == "Bugzilla::Product" %]
- product
[% ELSIF class == "Bugzilla::Search::Recent" %]
recent search
[% ELSIF class == "Bugzilla::Search::Saved" %]