Index: mozilla/webtools/bugzilla/Bugzilla/DB.pm =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB.pm,v retrieving revision 1.70 diff -u -r1.70 mozilla/webtools/bugzilla/Bugzilla/DB.pm --- mozilla/webtools/bugzilla/Bugzilla/DB.pm +++ mozilla/webtools/bugzilla/Bugzilla/DB.pm @@ -768,7 +768,7 @@ my $self = DBI->connect($dsn, $user, $pass, $attributes) or die "\nCan't connect to the database.\nError: $DBI::errstr\n" . " Is your database installed and up and running?\n Do you have" - . "the correct username and password selected in localconfig?\n\n"; + . " the correct username and password selected in localconfig?\n\n"; # RaiseError was only set to 0 so that we could catch the # above "die" condition.