Translating menu items and taxonomies is not a core feature, so do not mislead users. Noticed while translating to Hungarian.

6.x
Gábor Hojtsy 2008-01-28 17:16:34 +00:00
parent 10f7a8faa8
commit 1c6cd92a12
1 changed files with 1 additions and 1 deletions

View File

@ -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'),