From: lpsolit%gmail.com <> Date: Thu, 28 Jul 2005 03:27:43 +0000 (+0000) Subject: Bug 293950: enter bug product failure messages suboptimal - Patch by Frédéric Buclin... X-Git-Tag: bugzilla-2.20rc2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac2f9cc793c12e1d5836e813ac70a7c7e0f9668;p=thirdparty%2Fbugzilla.git Bug 293950: enter bug product failure messages suboptimal - Patch by Frédéric Buclin r=wicked a=myk --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index df551e228f..6fd58ee668 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -358,9 +358,9 @@ [% ELSIF error == "entry_access_denied" %] [% title = "Permission Denied" %] - 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. + Sorry, either the product [% product FILTER html %] + does not exist or you aren't authorized to + enter [% terms.abug %] into it. [% ELSIF error == "fieldname_invalid" %] [% title = "Specified Field Does Not Exist" %] @@ -754,15 +754,15 @@ [% ELSIF error == "missing_component" %] [% title = "Missing Component" %] - Sorry; there needs to be at least one component - associated with the product [% product FILTER html %] in order to - create a new [% terms.bug %]. + Sorry, the product [% product FILTER html %] + has to have at least one component in order for you to + enter [% terms.abug %] into it.

[% IF UserInGroup("editcomponents") %] Create a new component. [% ELSE %] - Please contact [% Param("maintainer") %], giving the name of - the product in which you tried to create a new [% terms.bug %]. + Please contact [% Param("maintainer") %] and ask them + to add a component to this product. [% END %] [% ELSIF error == "missing_content_type" %] @@ -815,15 +815,15 @@ [% ELSIF error == "missing_version" %] [% title = "Missing Version" %] - Sorry; there needs to be at least one version - associated with the product [% product FILTER html %] in order to - create a new [% terms.bug %]. + Sorry, the product [% product FILTER html %] + has to have at least one version in order for you to + enter [% terms.abug %] into it.

[% IF UserInGroup("editcomponents") %] Create a new version. [% ELSE %] - Please contact [% Param("maintainer") %], giving the name of - the product in which you tried to create a new [% terms.bug %]. + Please contact [% Param("maintainer") %] and ask them + to add a version to this product. [% END %] [% ELSIF error == "need_component" %] @@ -947,7 +947,7 @@ [% ELSIF error == "product_disabled" %] [% title = BLOCK %]Product closed for [% terms.Bugs %] Entry[% END %] - Sorry, entering [% terms.bugs %] into + Sorry, entering [% terms.bugs %] into the product [% product FILTER html %] has been disabled. [% ELSIF error == "product_edit_denied" %]