--- favorite_nodes.module 2007-12-30 19:25:59.000000000 +0200 +++ favorite_nodes.module 2008-01-03 23:05:07.000000000 +0200 @@ -37,12 +37,12 @@ function favorite_nodes_menu($may_cache) if ($may_cache) { $items[] = array( - 'title' => 'Favorite node settings', + 'title' => t('Favorite node settings'), 'path' => 'admin/settings/favorite_nodes', - 'description' => 'Settings for favourite nodes', + 'description' => t('Settings for favourite nodes'), 'callback' => 'drupal_get_form', 'callback arguments' => 'favorite_nodes_settings', - 'type' => MENU_CALLBACK, + 'type' => MENU_NORMAL_ITEM, 'access' => user_access(FAVORITE_NODES_PERM_ADMINISTER), );