diff --git a/setup/index.php b/setup/index.php
index da011fa6d8..750ed690b4 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -55,7 +55,7 @@
/* Database setup */
switch($action){
- case "askforupgrade":
+ case "prebetaversion":
echo "
phpGroupWare Setup\n";
echo "\n";
echo "\n";
@@ -122,7 +122,7 @@
echo " Status | \n";
echo " \n";
echo " \n";
- echo " If you did not recieve any errors, your tables have been created. \n";
+ echo " | If you did not recieve any serious errors, your tables have been created. \n";
echo " Click here to configure the environment. | \n";
echo "
\n";
echo "
\n";
@@ -149,7 +149,7 @@
echo " Status | \n";
echo " \n";
echo " \n";
- echo " If you did not recieve any errors, your tables *should* have been updated (no warranty on data integrity). \n";
+ echo " | If you did not recieve any serious errors, your tables *should* have been updated (no warranty on data integrity). \n";
echo " Click here to configure the environment. | \n";
echo "
\n";
echo "\n";
@@ -182,7 +182,7 @@
echo " \n";
echo "\n";
}else{
- Header("Location: $PHP_SELF?action=askforupgrade");
+ Header("Location: $PHP_SELF?action=prebetaversion");
}
}else{
echo "phpGroupWare Setup\n";