summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>;
}