diff --git a/core/modules/locale/locale.module b/core/modules/locale/locale.module index 75e0c5c..75ff0d8 100644 --- a/core/modules/locale/locale.module +++ b/core/modules/locale/locale.module @@ -170,7 +170,7 @@ function locale_help($path, $arg) { case 'admin/config/regional/translate/import': $output = '

' . t('This page imports the translated strings contained in an individual Gettext Portable Object (.po) file. Normally distributed as part of a translation package (each translation package may contain several .po files), a .po file may need to be imported after offline editing in a Gettext translation editor. Importing an individual .po file may be a lengthy process.') . '

'; - $output .= '

' . '' . t('Automatic imports of translations, if available, are done as new languages are added, or when new modules or themes are enabled.', array('@language' => url('admin/config/regional/language'))) . '' . '

'; + $output .= '

' . '' . t('Automatic imports of translations, if available, are done as new languages are added, or when new modules or themes are enabled.', array('@language' => url('admin/config/regional/language'))) . '' . '

'; $output .= '

' . t('Alternatively, .po translation files can be imported manually on this page, by browsing for your local source .po files. Or, you can get community translation packages by downloading them from the Drupal translation page and then browse for those.', array('@translations' => 'http://localize.drupal.org')) . '

'; $output .= '

' . t('Since this page only allows the import of one .po file at a time, it may be faster to download and extract a translation package into your Drupal installation directory and then add the language (which automatically imports all .po files within the package).', array('@language-add' => url('admin/config/regional/language/add'))); $output .= ' ' . t('The Settings tab has more information for configuring your Translation source.') . '

';