--- menu_trim.module.07-block 2008-03-31 22:17:09.000000000 -0400 +++ menu_trim.module.08-admin_settings_method 2008-03-31 22:17:25.000000000 -0400 @@ -108,9 +108,9 @@ function menu_trim_admin_settings() { $form[$mid]['mthd'] = array( '#type' => 'select', '#options' => array( - MENU_TRIM_DISABLED => t('Never trim this menu'), - MENU_TRIM_ENABLED_SHOW_MENU_ALWAYS => t('Allow trimming of this menu'), - MENU_TRIM_ENABLED_SHOW_MENU_ACTIVE => t('Allow trimming of this menu, hide menu when no item is active'), + MENU_TRIM_DISABLED => t('Never trim'), + MENU_TRIM_ENABLED_SHOW_MENU_ALWAYS => t('Allow trimming'), + MENU_TRIM_ENABLED_SHOW_MENU_ACTIVE => t('Allow trimming, hide when inactive'), ), '#default_value' => $menu[$mid]['mthd'] ? $menu[$mid]['mthd'] : MENU_TRIM_DISABLED, );