summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_auto_install.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-11-20 15:28:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-11-20 15:28:37 +0000
commitdd0da8f40f078c8e71059e1a681d0f38a396d4b4 (patch)
tree27a481435100a719b47f13842473f44a77c86138 /perl-install/install_steps_auto_install.pm
parentef3b47557f08d53c131ef53c25d0213a033db79c (diff)
downloaddrakx-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/install_steps_auto_install.pm')
-rw-r--r--perl-install/install_steps_auto_install.pm2
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>;
}