summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-18 18:44:51 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-18 18:44:51 +0000
commitf3f48753b361b5a89bbe973e76257864bb3bc0e4 (patch)
treea05bfd97b5887d47f53d8c8e5f04ada467719014 /install.php
parent358fa43c044c850ba65856cbfa07bb782f13c570 (diff)
downloadbrdo-f3f48753b361b5a89bbe973e76257864bb3bc0e4.tar.gz
brdo-f3f48753b361b5a89bbe973e76257864bb3bc0e4.tar.bz2
#160248 noticed by Rowanw, patch by myself: minor typo fix in choose language link
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
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 .= '<li>'. 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.') .'</li>';
$output .= '</ul><p>' . 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.') .'</p>';
$output .= '<p>' . st('How should the installation continue?') .'</p>';
- $output .= '<ul><li><a href="install.php?profile='. $profilename . '&amp;locale=en">'. st('Continue installation in English') .'</a></li><li><a href="install.php?profile='. $profilename . '">'. st('Return to to choose a language') .'</a></li></ul>';
+ $output .= '<ul><li><a href="install.php?profile='. $profilename . '&amp;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 . '&amp;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>';