--- mycap.module 2007-05-29 14:19:58.000000000 +0900 +++ mycap.module.2 2007-05-31 03:02:12.000000000 +0900 @@ -46,7 +46,7 @@ function mycap_menu($may_cache) { $items = array(); $items[] = array( 'path' => 'admin/settings/mycaptcha', - 'title' => 'Captcha', + 'title' => t('Captcha'), 'type' => MENU_NORMAL_ITEM, 'access' => user_access('administer site configuration'), 'callback' => 'drupal_get_form', @@ -62,7 +62,7 @@ function mycap_menu($may_cache) { ); $items[] = array( 'path' => 'admin/settings/mycaptcha/math', - 'title' => 'Math', + 'title' => t('Math'), 'type' => MENU_LOCAL_TASK, 'callback' => 'drupal_get_form', 'callback arguments' => array('mycap_math_settings_form'), @@ -70,7 +70,7 @@ function mycap_menu($may_cache) { ); $items[] = array( 'path' => 'admin/settings/mycaptcha/image', - 'title' => 'Images', + 'title' => t('Images'), 'type' => MENU_LOCAL_TASK, 'callback' => 'drupal_get_form', 'callback arguments' => array('mycap_image_settings_form'),