// If only the built-in (English) language is available, and we are using
// the default profile and performing an interactive installation, inform
...
...
@@ -1169,7 +1179,8 @@ function install_select_locale(&$install_state) {
$output.='<ul><li><a href="install.php?profile='.$profilename.'&locale=en">'.st('Continue installation in English').'</a></li><li><a href="install.php?profile='.$profilename.'">'.st('Return to choose a language').'</a></li></ul>';
}
else{
$output='<ul><li><a href="install.php?profile='.$profilename.'&locale=en">'.st('Install Drupal in English').'</a></li><li><a href="install.php?profile='.$profilename.'&localize=true">'.st('Learn how to install Drupal in other languages').'</a></li></ul>';