diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-11-20 15:28:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-11-20 15:28:37 +0000 |
commit | dd0da8f40f078c8e71059e1a681d0f38a396d4b4 (patch) | |
tree | 27a481435100a719b47f13842473f44a77c86138 /perl-install | |
parent | ef3b47557f08d53c131ef53c25d0213a033db79c (diff) | |
download | drakx-backup-do-not-use-dd0da8f40f078c8e71059e1a681d0f38a396d4b4.tar drakx-backup-do-not-use-dd0da8f40f078c8e71059e1a681d0f38a396d4b4.tar.gz drakx-backup-do-not-use-dd0da8f40f078c8e71059e1a681d0f38a396d4b4.tar.bz2 drakx-backup-do-not-use-dd0da8f40f078c8e71059e1a681d0f38a396d4b4.tar.xz drakx-backup-do-not-use-dd0da8f40f078c8e71059e1a681d0f38a396d4b4.zip |
(exitInstall): fix message
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_auto_install.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 2005d4fe2..c3bc5762e 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -82,7 +82,7 @@ sub exitInstall { } else { install_steps::exitInstall($o); print "\a"; - print "Auto installation complete (the postInstall is done yet though)\n"; + print "Auto installation complete (the postInstall is not done yet though)\n"; print "Press <Enter> to reboot\n"; <STDIN>; } |