diff options
author | lpsolit%gmail.com <> | 2009-01-02 14:47:17 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-01-02 14:47:17 +0100 |
commit | 4c1a9a42e60496cde0565c512eec18d81050cccb (patch) | |
tree | d813b30275f584b66cf38f50d2d2b85afc5adbe8 /template/en | |
parent | 74512403f2107f7d19d1c3da7b764ca91e18bb3b (diff) | |
download | bugzilla-4c1a9a42e60496cde0565c512eec18d81050cccb.tar.gz bugzilla-4c1a9a42e60496cde0565c512eec18d81050cccb.tar.xz |
Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 8969b9d30..b072d2bbd 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -271,14 +271,10 @@ [% title = "Classification Already Exists" %] A classification with the name '[% name FILTER html %]' already exists. - [% ELSIF error == "classification_doesnt_exist" %] - [% title = "Classification Does Not Exist" %] - The classification '[% name FILTER html %]' does not exist. - [% ELSIF error == "classification_invalid_sortkey" %] [% title = "Invalid Sortkey for Classification" %] - The sortkey <em>[% sortkey FILTER html %]</em> for the '[% name FILTER html %]' - classification is invalid. It must be a positive integer. + The sortkey <em>[% sortkey FILTER html %]</em> is invalid. + It must be a positive integer. [% ELSIF error == "classification_not_deletable" %] [% title = "Default Classification Can Not Be Deleted" %] |