--- simplemenu.module	2007-04-07 07:41:34.000000000 +0200
+++ simplemenu.module (kopia)	2007-10-02 00:28:56.000000000 +0200
@@ -98,7 +98,7 @@ function simplemenu_admin_settings() {
   
   $form['default_menu']['advanced']['simplemenu_element_method'] = array(
     '#type' => 'radios',
-    '#title' => 'Attach method', 
+    '#title' => t('Attach method'), 
     '#options' => drupal_map_assoc(array('prepend', 'append', 'replace')),
     '#default_value' => variable_get('simplemenu_element_method', 'prepend'),
     '#description' => t('Choose how the menu should be attached to the above selector.'),
@@ -107,7 +107,7 @@ function simplemenu_admin_settings() {
   
   $form['default_menu']['advanced']['simplemenu_exclusions'] = array(
     '#type' => 'checkboxes',
-    '#title' => 'Theme exclusions', 
+    '#title' => t('Theme exclusions'), 
     '#options' => drupal_map_assoc(array_keys(list_themes())),
     '#default_value' => variable_get('simplemenu_exclusions', array()),
     '#description' => t('Select which themes to <strong>not</strong> display the menu. Use this when you have a theme that displays its own admin navigation.'),
