From 943f4fe3c1b224926fdfdb91db55cdbc1528e196 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Sat, 5 Mar 2005 09:16:00 +0000 Subject: 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 --- template/en/default/global/user-error.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 794dc3954..fffcdf4c4 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" %] -- cgit v1.2.3-24-g4f1b