summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/updated.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/updated.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/updated.html.tmpl')
-rw-r--r--template/en/default/admin/components/updated.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/admin/components/updated.html.tmpl b/template/en/default/admin/components/updated.html.tmpl
index 2382814df..b4c4fea3c 100644
--- a/template/en/default/admin/components/updated.html.tmpl
+++ b/template/en/default/admin/components/updated.html.tmpl
@@ -30,9 +30,9 @@
#
# description & updated_description: the component description
#
- # initialowner & updated_initialowner: the initial owner
+ # initialowner & updated_initialowner: the default assignee
#
- # initialqacontact & updated_initialqacontact: the initial qa contact
+ # initialqacontact & updated_initialqacontact: the default qa contact
#
# product: string; the name of the product the component belongs to
#%]
@@ -54,15 +54,15 @@
[% END %]
[% IF updated_initialowner %]
- <p>Updated Initial Owner to: '[% initialowner FILTER html %]'.</p>
+ <p>Updated Default Assignee to: '[% initialowner FILTER html %]'.</p>
[% END %]
[% IF updated_initialqacontact %]
<p>
[% IF initialqacontact %]
- Updated Initial QA Contact to '[% initialqacontact FILTER html %]'.
+ Updated Default QA Contact to '[% initialqacontact FILTER html %]'.
[% ELSE %]
- Removed initial QA Contact.
+ Removed Default QA Contact.
[% END %]
</p>
[% END %]