Index: modules/system/system.module =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.module,v retrieving revision 1.553 diff -u -r1.553 system.module --- modules/system/system.module 21 Nov 2007 22:53:40 -0000 1.553 +++ modules/system/system.module 22 Nov 2007 18:20:47 -0000 @@ -35,7 +35,9 @@ case 'admin/by-module': return '

'. t('This page shows you all available administration tasks for each module.') .'

'; case 'admin/build/themes': - return '

'. t('Select which themes are available to your users and specify the default theme. To configure site-wide display settings, click the "configure" task above. Alternately, to override these settings in a specific theme, click the "configure" link for the corresponding theme. Note that different themes may have different regions available for rendering content like blocks. If you want consistency in what your users see, you may wish to enable only one theme.') .'

'; + $output = '

'. t('Select which themes are available to your users and specify the default theme. To configure site-wide display settings, click the "configure" task above. Alternately, to override these settings in a specific theme, click the "configure" link for the corresponding theme. Note that different themes may have different regions available for rendering content like blocks. If you want consistency in what your users see, you may wish to enable only one theme.') .'

'; + $output .= '

'. t('To change the appearance of your site, a number of contributed themes are available.', array('@themes' => 'http://drupal.org/project/themes')) .'

'; + return $output; case 'admin/build/themes/settings/'. $arg[4]: $reference = explode('.', $arg[4], 2); $theme = array_pop($reference); @@ -48,7 +50,9 @@ $output .= ' '. t('The auto-throttle functionality must be enabled on the throttle configuration page after having enabled the throttle module.', array('@throttle' => url('admin/settings/throttle'))); } $output .= '

'; - $output .= t('

It is important that update.php is run every time a module is updated to a newer version.

You can find all administration tasks belonging to a particular module on the administration by module page.

', array('@update-php' => $base_url .'/update.php', '@by-module' => url('admin/by-module'))); + $output .= '

'. t('It is important that update.php is run every time a module is updated to a newer version.', array('@update-php' => $base_url .'/update.php')) .'

'; + $output .= '

'. t('You can find all administration tasks belonging to a particular module on the administration by module page.', array('@by-module' => url('admin/by-module'))) .'

'; + $output .= '

'. t('To extend the functionality of your site, a number of contributed modules are available.', array('@modules' => 'http://drupal.org/project/modules')) .'

'; return $output; case 'admin/build/modules/uninstall': return '

'. t('The uninstall process removes all data related to a module. To uninstall a module, you must first disable it. Not all modules support this feature.') .'

'; Index: modules/node/node.module =================================================================== RCS file: /cvs/drupal/drupal/modules/node/node.module,v retrieving revision 1.904 diff -u -r1.904 node.module --- modules/node/node.module 20 Nov 2007 18:20:37 -0000 1.904 +++ modules/node/node.module 22 Nov 2007 18:20:46 -0000 @@ -1550,8 +1550,8 @@ $default_message .= '
    '; $default_message .= '
  1. '. t('Configure your website Once logged in, visit the administration section, where you can customize and configure all aspects of your website.', array('@admin' => url('admin'), '@config' => url('admin/settings'))) .'
  2. '; - $default_message .= '
  3. '. t('Enable additional functionality Next, visit the module list and enable features which suit your specific needs. You can find additional modules in the Drupal modules download section.', array('@modules' => url('admin/build/modules'), '@download_modules' => 'http://drupal.org/project/Modules')) .'
  4. '; - $default_message .= '
  5. '. t('Customize your website design To change the "look and feel" of your website, visit the themes section. You may choose from one of the included themes or download additional themes from the Drupal themes download section.', array('@themes' => url('admin/build/themes'), '@download_themes' => 'http://drupal.org/project/Themes')) .'
  6. '; + $default_message .= '
  7. '. t('Enable additional functionality Next, visit the module list and enable features which suit your specific needs. You can find additional modules in the Drupal modules download section.', array('@modules' => url('admin/build/modules'), '@download_modules' => 'http://drupal.org/project/modules')) .'
  8. '; + $default_message .= '
  9. '. t('Customize your website design To change the "look and feel" of your website, visit the themes section. You may choose from one of the included themes or download additional themes from the Drupal themes download section.', array('@themes' => url('admin/build/themes'), '@download_themes' => 'http://drupal.org/project/themes')) .'
  10. '; $default_message .= '
  11. '. t('Start posting content Finally, you can create content for your website. This message will disappear once you have promoted a post to the front page.', array('@content' => url('node/add'))) .'
  12. '; $default_message .= '
'; $default_message .= '

'. t('For more information, please refer to the help section, or the online Drupal handbooks. You may also post at the Drupal forum, or view the wide range of other support options available.', array('@help' => url('admin/help'), '@handbook' => 'http://drupal.org/handbooks', '@forum' => 'http://drupal.org/forum', '@support' => 'http://drupal.org/support')) .'

'; Index: UPGRADE.txt =================================================================== RCS file: /cvs/drupal/drupal/UPGRADE.txt,v retrieving revision 1.10 diff -u -r1.10 UPGRADE.txt --- UPGRADE.txt 14 Sep 2007 20:00:42 -0000 1.10 +++ UPGRADE.txt 22 Nov 2007 18:20:43 -0000 @@ -79,7 +79,7 @@ from 5.x to 6.x, modules from previous versions will not be compatible and updated versions will be required. - - For contributed modules, check http://drupal.org/project/Modules + - For contributed modules, check http://drupal.org/project/modules for the version of a module matching your version of Drupal. - For custom modules, review http://drupal.org/update/modules to @@ -93,7 +93,7 @@ custom or contributed theme, make sure it is compatible with your version of Drupal. - - For contributed themes, check http://drupal.org/project/Themes + - For contributed themes, check http://drupal.org/project/themes for the version of a theme matching your version of Drupal. - For custom themes, review http://drupal.org/update/theme to ensure Index: INSTALL.txt =================================================================== RCS file: /cvs/drupal/drupal/INSTALL.txt,v retrieving revision 1.48 diff -u -r1.48 INSTALL.txt --- INSTALL.txt 21 Nov 2007 09:49:36 -0000 1.48 +++ INSTALL.txt 22 Nov 2007 18:20:43 -0000 @@ -59,7 +59,7 @@ different language, we have good news. You can install and use Drupal in other languages from the start. Check whether a released package of the language desired is available for this Drupal version at - http://drupal.org/project/Translations and download the package. Extract + http://drupal.org/project/translations and download the package. Extract the contents to the same directory where you extracted Drupal into. 2. GRANT WRITE PERMISSIONS ON CONFIGURATION FILE Index: install.php =================================================================== RCS file: /cvs/drupal/drupal/install.php,v retrieving revision 1.95 diff -u -r1.95 install.php --- install.php 20 Nov 2007 13:24:53 -0000 1.95 +++ install.php 22 Nov 2007 18:20:44 -0000 @@ -513,7 +513,7 @@ drupal_set_title(st('Choose language')); if (!empty($_GET['localize'])) { $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 .= '