diff options
Diffstat (limited to 'modules/locale.module')
-rw-r--r-- | modules/locale.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale.module b/modules/locale.module index 4b3d25e76..7d93ebf23 100644 --- a/modules/locale.module +++ b/modules/locale.module @@ -31,7 +31,7 @@ function locale_help($section) { </li> </ul> ', array('%admin-locale' => url('admin/locale'), '%admin-locale-string-search' => url('admin/locale/string/search'), '%admin-locale-language-add' => url('admin/locale/language/add'), '%external-http-drupal-org-project-Translations' => 'http://drupal.org/project/Translations')); - $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%locale">Locale page</a>.', array('%locale' => 'http://www.drupal.org/handbook/modules/locale/')) .'</p>'; + $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%locale">Locale page</a>.', array('%locale' => 'http://drupal.org/handbook/modules/locale/')) .'</p>'; return $output; case 'admin/modules#description': return t('Enables the translation of the user interface to languages other than English.'); |