From 681cd7831ae57a1f359601c3ff2533204d385a2d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 14 May 2008 03:08:24 +0000 Subject: Bug 330989: illegal_change_deps error uses "empowered" inconsistently with "allowed" (+ some other minor changes) - Patch by Mike Durthaler r=timeless a=LpSolit --- template/en/default/global/user-error.html.tmpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 e61f3a9ee..d58988edf 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -587,7 +587,7 @@ [% name FILTER html %] [% IF status == "X" %][% old_status FILTER html %][% END %]. - Only a sufficiently empowered user can make this change. + Only a user with the required permissions may make this change. [% ELSIF error == "format_not_found" %] [% title = "Format Not Found" %] @@ -710,14 +710,14 @@ [% IF privs < 2 %] or reporter [% END %] of the [% terms.bug %], or [% END %] - a sufficiently empowered user may change that field. + a user with the required permissions may change that field. [% ELSIF error == "illegal_change_deps" %] [% title = "Not allowed" %] You tried to change the [% field_descs.$field FILTER html %] field - but only a user empowered to edit - both involved [% terms.bugs %] may change that field. + but only a user allowed to edit + both related [% terms.bugs %] may change that field. [% ELSIF error == "illegal_changed_in_last_x_days" %] [% title = "Your Search Makes No Sense" %] @@ -951,7 +951,7 @@ [% ELSIF error == "milestone_required" %] [% title = "Milestone Required" %] - You must determine a target milestone for [% terms.bug %] + You must select a target milestone for [% terms.bug %] [%+ bug.id FILTER html %] if you are going to accept it. Part of accepting [%+ terms.abug %] is giving an estimate of when it will be fixed. @@ -1303,9 +1303,9 @@ You must enter a name for the new product. [% ELSIF error == "product_disabled" %] - [% title = BLOCK %]Product closed for [% terms.Bugs %] Entry[% END %] + [% title = BLOCK %]Product closed for [% terms.Bug %] Entry[% END %] [% admindocslinks = {'products.html' => 'Administering products'} %] - Sorry, entering [% terms.bugs %] into the + Sorry, entering [% terms.abug %] into the product [% product.name FILTER html %] has been disabled. [% ELSIF error == "product_edit_denied" %] -- cgit v1.2.3-24-g4f1b