summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-06-21 04:16:26 +0200
committerlpsolit%gmail.com <>2005-06-21 04:16:26 +0200
commit5f173728faa3420461cb6f77b32f392bd58a1777 (patch)
treed61c10f776bc7ba3f01b1acbb62d76c3a6a0ef20 /template/en/default/global/user-error.html.tmpl
parentde027530e15fc988f94411784abf368971ff8155 (diff)
downloadbugzilla-5f173728faa3420461cb6f77b32f392bd58a1777.tar.gz
bugzilla-5f173728faa3420461cb6f77b32f392bd58a1777.tar.xz
Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r--template/en/default/global/user-error.html.tmpl24
1 files changed, 12 insertions, 12 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index d01af2375..f19ecbe33 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -280,17 +280,17 @@
'[% name FILTER html %]' is too long ([% name.size %] characters).
[% ELSIF error == "component_need_initialowner" %]
- [% title = "Component Requires Initial Owner" %]
- You must enter an initial owner for component '[% name FILTER html %]'.
+ [% title = "Component Requires Default Assignee" %]
+ You must enter a default assignee for component '[% name FILTER html %]'.
[% ELSIF error == "component_need_valid_initialowner" %]
- [% title = "Component Requires A Valid Initial Owner" %]
- You must use an existing [% terms.Bugzilla %] account as initial owner for
+ [% title = "Component Requires A Valid Default Assignee" %]
+ You must use an existing [% terms.Bugzilla %] account as the default assignee for
component '[% name FILTER html %]'.
[% ELSIF error == "component_need_valid_initialqacontact" %]
- [% title = "Component Requires A Valid Initial QA Contact" %]
- You must use an existing [% terms.Bugzilla %] account as initial QA contact for
+ [% title = "Component Requires A Valid Default QA Contact" %]
+ You must use an existing [% terms.Bugzilla %] account as default QA contact for
component '[% name FILTER html %]'.
[% ELSIF error == "product_not_specified" %]
@@ -516,7 +516,7 @@
from <em>[% oldvalue FILTER html %]</em> to
<em>[% newvalue FILTER html %]</em>, but only
[% IF privs < 3 %]
- the owner
+ the assignee
[% IF privs < 2 %] or reporter [% END %]
of the [% terms.bug %], or
[% END %]
@@ -797,12 +797,12 @@
[% ELSIF error == "need_component" %]
[% title = "Component Required" %]
- You must specify a component to help determine the new owner of these
+ You must specify a component to help determine the new assignee of these
[% terms.bugs %].
[% ELSIF error == "need_product" %]
[% title = "Product Required" %]
- You must specify a product to help determine the new owner of these [% terms.bugs %].
+ You must specify a product to help determine the new assignee of these [% terms.bugs %].
[% ELSIF error == "need_quip" %]
[% title = "Quip Required" %]
@@ -958,7 +958,7 @@
[% ELSIF error == "reassign_to_empty" %]
[% title = "Illegal Reassignment" %]
To reassign [% terms.abug %], you must provide an address for
- the new owner. If you did not intentionally clear out the
+ the new assignee. If you did not intentionally clear out the
"Reassign [% terms.bug %] to" field, [% Param("browserbugmessage") %]
[% ELSIF error == "report_access_denied" %]
@@ -1088,8 +1088,8 @@
[% ELSIF error == "user_has_responsibility" %]
[% title = "Can't Delete User Account" %]
- The user you want to delete is set up for roles as initial [% terms.bug %]
- owner or QA contact for at least one component.
+ The user you want to delete is set up for roles as default [% terms.bug %]
+ assignee or QA contact for at least one component.
For this reason, you cannot delete the account at this time.
[% ELSIF error == "user_login_required" %]