diff options
author | lpsolit%gmail.com <> | 2008-05-14 05:08:24 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-05-14 05:08:24 +0200 |
commit | 681cd7831ae57a1f359601c3ff2533204d385a2d (patch) | |
tree | 284030bef2020e37e1c9add683d452c8a02afec2 /template/en | |
parent | c9406294e5e843aa311db65a49e1d8def6356c13 (diff) | |
download | bugzilla-681cd7831ae57a1f359601c3ff2533204d385a2d.tar.gz bugzilla-681cd7831ae57a1f359601c3ff2533204d385a2d.tar.xz |
Bug 330989: illegal_change_deps error uses "empowered" inconsistently with "allowed" (+ some other minor changes) - Patch by Mike Durthaler <mdurthaler@sbcglobal.net> r=timeless a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 14 |
1 files changed, 7 insertions, 7 deletions
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 @@ <code>[% name FILTER html %] [% IF status == "X" %][% old_status FILTER html %][% END %]</code>. - 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 <strong>[% field_descs.$field FILTER html %]</strong> 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 <em>[% product.name FILTER html %]</em> has been disabled. [% ELSIF error == "product_edit_denied" %] |