summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/confirm-delete.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/admin/components/confirm-delete.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/admin/components/confirm-delete.html.tmpl')
-rw-r--r--template/en/default/admin/components/confirm-delete.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl
index e2c77cca2..5e108e7a8 100644
--- a/template/en/default/admin/components/confirm-delete.html.tmpl
+++ b/template/en/default/admin/components/confirm-delete.html.tmpl
@@ -26,9 +26,9 @@
#
# bug_count: number; The number of bugs belonging to the component
#
- # initialowner: string; initial owner, may be empty
+ # initialowner: string; default assignee, may be empty
#
- # initialqacontact: string; if system parameter is set to use the initial
+ # initialqacontact: string; if system parameter is set to use the default
# qa contact field, then this will be it,
# may be empty
#
@@ -63,13 +63,13 @@
<td valign="top">[% description FILTER html %]</td>
</tr>
<tr>
- <td valign="top">Initial owner:</td>
+ <td valign="top">Default assignee:</td>
<td valign="top">[% initialowner FILTER html %]</td>
[% IF Param('useqacontact') %]
</tr>
<tr>
- <td valign="top">Initial QA contact:</td>
+ <td valign="top">Default QA contact:</td>
<td valign="top">[% initialqacontact FILTER html %]</td>
[% END %]