diff options
author | mozilla%colinogilvie.co.uk <> | 2008-04-04 13:47:42 +0200 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2008-04-04 13:47:42 +0200 |
commit | 82f8e5183add03212384c80d25f7b79e28d6ebef (patch) | |
tree | 4e455fb39ee08a18625d9301d8f4611af8a9803d | |
parent | 722ab762efdb93604b8fa3f53bc92e6c56b5be34 (diff) | |
download | bugzilla-82f8e5183add03212384c80d25f7b79e28d6ebef.tar.gz bugzilla-82f8e5183add03212384c80d25f7b79e28d6ebef.tar.xz |
Bug 307043: typo in Bugzilla docs
Patch by victory <bmo@rsz.jp>; r=colin.ogilvie
-rw-r--r-- | docs/en/xml/administration.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index 36dcc14e9..16223ce1e 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -193,7 +193,7 @@ <listitem> <para> This allows you to define an email address for each component, - in addition to that of the default owner, who will be sent + in addition to that of the default assignee, who will be sent carbon copies of incoming bugs. </para> </listitem> @@ -580,12 +580,12 @@ company.</para> <para> - Each component has a owner and (if you turned it on in the parameters), - a QA Contact. The owner should be the primary person who fixes bugs in + Each component has a default assignee and (if you turned it on in the parameters), + a QA Contact. The default assignee should be the primary person who fixes bugs in that component. The QA Contact should be the person who will ensure - these bugs are completely fixed. The Owner, QA Contact, and Reporter + these bugs are completely fixed. The Assignee, QA Contact, and Reporter will get email when new bugs are created in this Component and when - these bugs change. Default Owner and Default QA Contact fields only + these bugs change. Default Assignee and Default QA Contact fields only dictate the <emphasis>default assignments</emphasis>; these can be changed on bug submission, or at any later point in @@ -605,9 +605,9 @@ <listitem> <para>Fill out the "Component" field, a short "Description", - the "Initial Owner" and "Initial QA Contact" (if enabled.) + the "Default Assignee" and "Default QA Contact" (if enabled.) The Component and Description fields may contain HTML; - the "Initial Owner" field must be a login name + the "Default Assignee" field must be a login name already existing in the database. </para> </listitem> @@ -874,7 +874,7 @@ </para> <para> Only users with the ability to edit the bug may - set flags on bugs. This includes the owner, reporter, and + set flags on bugs. This includes the assignee, reporter, and any user with the <computeroutput>editbugs</computeroutput> permission. </para> @@ -902,7 +902,7 @@ <para> When you click on the <quote>Create a Flag Type for...</quote> - link, you will be presented with a form. Here is what the felds in + link, you will be presented with a form. Here is what the fields in the form mean: </para> @@ -919,7 +919,7 @@ <title>Description</title> <para> This describes the flag in more detail. At present, this doesn't - whos up anywhere helpful; ideally, it would be nice to have + show up anywhere helpful; ideally, it would be nice to have it show up as a tooltip. This field can be as long as you like, and can contain any character you want. </para> |