From 1c6cd92a124252199711e8ef8a669bc5594e97cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= <gabor@hojtsy.hu> Date: Mon, 28 Jan 2008 17:16:34 +0000 Subject: [PATCH] Translating menu items and taxonomies is not a core feature, so do not mislead users. Noticed while translating to Hungarian. --- modules/locale/locale.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locale/locale.module b/modules/locale/locale.module index eaf9141769a6..0404467ab67a 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'), -- GitLab