From f3f48753b361b5a89bbe973e76257864bb3bc0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 18 Jul 2007 18:44:51 +0000 Subject: #160248 noticed by Rowanw, patch by myself: minor typo fix in choose language link --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index 21ad4e000..02b822a47 100644 --- a/install.php +++ b/install.php @@ -520,7 +520,7 @@ function install_select_locale($profilename) { $output .= '
  • '. st('Return to choose language using the second link below and select your desired language from the displayed list. Reloading the page allows the list to automatically adjust to the presence of new language packs.') .'
  • '; $output .= '

    ' . st('Alternatively, to install and use Drupal in English, or to defer the selection of an alternative language until after installation, select the first link below.') .'

    '; $output .= '

    ' . st('How should the installation continue?') .'

    '; - $output .= ''; + $output .= ''; } else { $output .= ''; -- cgit v1.2.3