? installer_language_pack.patch Index: install.php =================================================================== RCS file: /cvs/drupal/drupal/install.php,v retrieving revision 1.51 diff -u -r1.51 install.php --- install.php 15 May 2007 19:44:23 -0000 1.51 +++ install.php 17 May 2007 03:26:12 -0000 @@ -501,11 +501,12 @@ drupal_maintenance_theme(); install_task_list('profile-select'); drupal_set_title(st('Localization of the Drupal installer')); - $output = '
'. st('Drupal is capable of being installed in any language from the start, not only English. A language pack might be available in your language already. To be able to install Drupal and use it in your language from the start, follow these steps:') . '
'; - $output .= '' . st('How should the installation continue?') .'
'; + $output = ''. 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:') . '
'; + $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 .= ''; print theme('install_page', $output); exit;