--- modules/locale/locale.module.orig	2009-02-04 19:32:46.000000000 -0500
+++ modules/locale/locale.module	2009-03-07 19:27:58.000000000 -0500
@@ -36,7 +36,9 @@
       $output .= '<p>' . t('To rearrange languages, grab a drag-and-drop handle under the <em>English name</em> column and drag the item to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the <em>Save configuration</em> button at the bottom of the page.') . '</p>';
       return $output;
     case 'admin/settings/language/add':
-      return '<p>' . t('Add all languages to be supported by your site. If your desired language is not available in the <em>Language name</em> drop-down, click <em>Custom language</em> and provide a language code and other details manually. When providing a language code manually, be sure to enter a standardized language code, since this code may be used by browsers to determine an appropriate display language.') . '</p>';
+      $output = '<p>' . t('Add all languages to be supported by your site. If your desired language is not available in the <em>Language name</em> drop-down, click <em>Custom language</em> and provide a language code and other details manually. When providing a language code manually, be sure to enter a standardized language code, since this code may be used by browsers to determine an appropriate display language.') . '</p>';
+      $output .= '<p>' . t('Corresponding translation files are automatically imported at the moment you add a language. Therefore, if you want to make use of one of the <a href="@translations">contributed translation packages</a>, it is much easier to download and extract it into your website\'s directory tree <em>before</em> you add the language.', array('@translations' => 'http://drupal.org/project/translations')) . '</p>';
+      return $output;
     case 'admin/settings/language/configure':
       $output = '<p>' . t("Language negotiation settings determine the site's presentation language. Available options include:") . '</p>';
       $output .= '<ul><li>' . t('<strong>None.</strong> The default language is used for site presentation, though users may (optionally) select a preferred language on the <em>My Account</em> page. (User language preferences will be used for site e-mails, if available.)') . '</li>';
