From 4186237d40424b3968d8d484865079b13dec31f1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 25 Nov 2003 19:42:15 +0000 Subject: "proceeding" msg is also not capitalized --- move/move.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'move') diff --git a/move/move.pm b/move/move.pm index 5093548a4..a6f2f4988 100644 --- a/move/move.pm +++ b/move/move.pm @@ -140,11 +140,11 @@ sub init { key_installfiles('simple'); if (`getent passwd 501` =~ /([^:]+):/) { $o->{users} = [ { name => $1 } ]; - print "Using existing user configuration\n"; + print "using existing user configuration\n"; $using_existing_user_config = 1; } if (-f '/etc/X11/X') { - print "Using existing host configuration\n"; + print "using existing host configuration\n"; $using_existing_host_config = 1; } if (-s '/etc/sysconfig/i18n') { -- cgit v1.2.1