diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-25 19:42:15 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-25 19:42:15 +0000 |
commit | 4186237d40424b3968d8d484865079b13dec31f1 (patch) | |
tree | 8b33ef4ca6d7be869c68a931e7b41a7cc8928d7d /move | |
parent | 987ab1043d817d82a8028e64cb8f6f06bbd841f3 (diff) | |
download | drakx-4186237d40424b3968d8d484865079b13dec31f1.tar drakx-4186237d40424b3968d8d484865079b13dec31f1.tar.gz drakx-4186237d40424b3968d8d484865079b13dec31f1.tar.bz2 drakx-4186237d40424b3968d8d484865079b13dec31f1.tar.xz drakx-4186237d40424b3968d8d484865079b13dec31f1.zip |
"proceeding" msg is also not capitalized
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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') { |