diff --git a/setup/index.php b/setup/index.php index e86bf11705..2b4a42f89a 100644 --- a/setup/index.php +++ b/setup/index.php @@ -198,8 +198,12 @@ echo ''; } echo ' Step 4 - language management '; - if ($stage < 4.1) { - echo 'ONot ready for this stage yet.'; + if ($stage < 3.1) { + echo 'ONot ready for this stage yet.
'; + } + + if ($stage < 4.1 || $stage > 3.1) { + echo 'OClick here for now'; }elseif ($stage == 4.1) { echo 'Ostage 4.1.
'; }elseif ($stage == 4.2) { @@ -207,7 +211,7 @@ } echo ' Step 5 - Add-on Application Installation '; if ($stage < 5.1) { - echo 'ONot ready for this stage yet.'; + echo 'ONot ready for this stage yet. (under construction)'; }elseif ($stage == 5.1) { echo 'Ostage 5.1.
'; }elseif ($stage == 5.2) {