diff options
author | lpsolit%gmail.com <> | 2005-06-21 04:16:26 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-06-21 04:16:26 +0200 |
commit | 5f173728faa3420461cb6f77b32f392bd58a1777 (patch) | |
tree | d61c10f776bc7ba3f01b1acbb62d76c3a6a0ef20 /editusers.cgi | |
parent | de027530e15fc988f94411784abf368971ff8155 (diff) | |
download | bugzilla-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 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editusers.cgi b/editusers.cgi index 74ad463fd..371e2a612 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -404,7 +404,7 @@ if ($action eq 'search') { $vars->{'otheruser'} = $otherUser; $vars->{'editcomponents'} = UserInGroup('editcomponents'); - # If the user is initial owner or initial QA contact of a component, + # If the user is default assignee or default QA contact of a component, # then no deletion is possible. $vars->{'product_responsibilities'} = productResponsibilities($otherUserID); |