From: mkanat%kerio.com <> Date: Sat, 5 Mar 2005 09:16:00 +0000 (+0000) Subject: Bug 271463: Incorrect error: Permission Denied - Sorry; you do not have the permissio... X-Git-Tag: bugzilla-2.19.3~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=943f4fe3c1b224926fdfdb91db55cdbc1528e196;p=thirdparty%2Fbugzilla.git Bug 271463: Incorrect error: Permission Denied - Sorry; you do not have the permissions necessary to enter a bug against the Browser product. Patch By Frederic Buclin r=travis, a=justdave --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 794dc3954a..fffcdf4c43 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -322,8 +322,9 @@ [% ELSIF error == "entry_access_denied" %] [% title = "Permission Denied" %] - Sorry; you do not have the permissions necessary to enter [% terms.abug %] - against the [% product FILTER html %] product. + Sorry, either the product [% product FILTER html %] does not + exist, or you don't have the required permissions to + enter [% terms.abug %] against that product. [% ELSIF error == "fieldname_invalid" %] [% title = "Specified Field Does Not Exist" %]