summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
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 /checksetup.pl
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 'checksetup.pl')
-rwxr-xr-xchecksetup.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 369551131..57981a639 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -2231,7 +2231,7 @@ if ($comp_init_owner && $comp_init_owner->{TYPE} eq 'TINYTEXT') {
my $initialownerid = $s2->fetchrow_array();
unless (defined $initialownerid) {
- print "Warning: You have an invalid initial owner '$initialowner'\n" .
+ print "Warning: You have an invalid default assignee '$initialowner'\n" .
"in component '$value' of program '$program'. !\n";
$initialownerid = 0;
}
@@ -2271,7 +2271,7 @@ if ($comp_init_qa && $comp_init_qa->{TYPE} eq 'TINYTEXT') {
unless (defined $initialqacontactid) {
if ($initialqacontact ne '') {
- print "Warning: You have an invalid initial QA contact $initialqacontact' in program '$program', component '$value'!\n";
+ print "Warning: You have an invalid default QA contact $initialqacontact' in program '$program', component '$value'!\n";
}
$initialqacontactid = 0;
}
@@ -3528,7 +3528,7 @@ if (!$series_exists) {
}
}
-AddFDef("owner_idle_time", "Time Since Owner Touched", 0);
+AddFDef("owner_idle_time", "Time Since Assignee Touched", 0);
# 2004-04-12 - Keep regexp-based group permissions up-to-date - Bug 240325
if ($dbh->bz_column_info("user_group_map", "isderived")) {