From 883a0ecdeb6f3ae965b57892e93b9a52849c1c09 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sat, 26 Mar 2016 13:14:57 -0600 Subject: [PATCH] Remove the conflict install language is set with the radio buttons. --- core/install/install.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/install/install.php b/core/install/install.php index 5b5a2fd5a9..b299ef25fc 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -202,11 +202,10 @@ if($install_step == 'select_language'){ echo "
\n"; include "resources/page_parts/install_select_language.php"; - echo " \n"; echo " \n"; echo " \n"; echo "
\n"; - echo " ".$text['button-next']."\n"; + echo " \n"; echo "
\n"; echo "
\n"; } elseif($install_step == 'detect_config'){