diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-28 17:16:34 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-28 17:16:34 +0000 |
commit | 1c6cd92a124252199711e8ef8a669bc5594e97cd (patch) | |
tree | e0b32061cde8ddd81638fde0e9ed4b4a736077cf /modules | |
parent | 10f7a8faa8d5909cc5d8e85ba34af2f8e92668ed (diff) | |
download | brdo-1c6cd92a124252199711e8ef8a669bc5594e97cd.tar.gz brdo-1c6cd92a124252199711e8ef8a669bc5594e97cd.tar.bz2 |
Translating menu items and taxonomies is not a core feature, so do not mislead users. Noticed while translating to Hungarian.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/locale/locale.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module index eaf914176..0404467ab 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -125,7 +125,7 @@ function locale_menu() { // Translation functionality $items['admin/build/translate'] = array( 'title' => 'Translate interface', - 'description' => 'Translate the built in interface as well as menu items and taxonomies.', + 'description' => 'Translate the built in interface and optionally other text.', 'page callback' => 'locale_inc_callback', 'page arguments' => array('locale_translate_overview_screen'), // not a form, just a table 'access arguments' => array('translate interface'), |