summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-24 20:35:37 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-24 20:35:37 +0000
commitc975b69d1c9fb349e4df6d16c9c645f8392c2759 (patch)
treed4468ea04b8c22b52ab06f06aa7ebe6af5b239ed /install.php
parent2fe5e3b6ebf200939946d6dc51ef9bfde9f058fe (diff)
downloadbrdo-c975b69d1c9fb349e4df6d16c9c645f8392c2759.tar.gz
brdo-c975b69d1c9fb349e4df6d16c9c645f8392c2759.tar.bz2
#175876 by hazexp, webernet, keith.smith: unify module/theme/translation download links and include more pointers to these locations
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 88f205242..7bdc17e41 100644
--- a/install.php
+++ b/install.php
@@ -513,7 +513,7 @@ function install_select_locale($profilename) {
drupal_set_title(st('Choose language'));
if (!empty($_GET['localize'])) {
$output = '<p>'. st('With the addition of an appropriate language pack, this installer is capable of proceeding in another language of your choice. To install and use Drupal in a language other than English:') .'</p>';
- $output .= '<ul><li>'. st('Determine if <a href="@translations" target="_blank">a translation of this Drupal version</a> is available in your language of choice. A translation is provided via a translation pack; each translation pack enables the display of a specific version of Drupal in a specific language. Not all languages are available for every version of Drupal.', array('@translations' => 'http://drupal.org/project/Translations')) .'</li>';
+ $output .= '<ul><li>'. st('Determine if <a href="@translations" target="_blank">a translation of this Drupal version</a> is available in your language of choice. A translation is provided via a translation pack; each translation pack enables the display of a specific version of Drupal in a specific language. Not all languages are available for every version of Drupal.', array('@translations' => 'http://drupal.org/project/translations')) .'</li>';
$output .= '<li>'. st('If an alternative language pack of your choice is available, download and extract its contents to your Drupal root directory.') .'</li>';
$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>';