From 5f173728faa3420461cb6f77b32f392bd58a1777 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 21 Jun 2005 02:16:26 +0000 Subject: Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello r=LpSolit a=myk --- editusers.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editusers.cgi') 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); -- cgit v1.2.3-24-g4f1b