From 7c2179f4b8604da1167b29ffb92041cf16fc4dbc Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 13 Mar 2014 07:37:47 -0400 Subject: [PATCH] Merge remote-tracking branch 'origin/stable-3.0.5' --- install/install.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install/install.php b/install/install.php index 9ae525c..35a8ca7 100644 --- a/install/install.php +++ b/install/install.php @@ -87,6 +87,7 @@ //** Installer Interface //**************************************************************************************************** $inst = new installer(); + swriteln($inst->lng(' Following will be a few questions for primary configuration so be careful.')); swriteln($inst->lng(' Default values are in [brackets] and can be accepted with <ENTER>.')); swriteln($inst->lng(' Tap in "quit" (without the quotes) to stop the installer.'."\n\n")); -- Gitblit v1.9.1