diff options
author | mkanat%kerio.com <> | 2005-03-05 10:16:00 +0100 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-03-05 10:16:00 +0100 |
commit | 943f4fe3c1b224926fdfdb91db55cdbc1528e196 (patch) | |
tree | 083911a0ed1b696f8dff5a62f04590510425bf1b /template/en | |
parent | d10ad549311736e9e57454f043c346b459b78a6c (diff) | |
download | bugzilla-943f4fe3c1b224926fdfdb91db55cdbc1528e196.tar.gz bugzilla-943f4fe3c1b224926fdfdb91db55cdbc1528e196.tar.xz |
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 <LpSolit@gmail.com> r=travis, a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
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 <em>[% product FILTER html %]</em> 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" %] |