--- nice_menus.module	2010-04-22 19:48:18.000000000 +0100
+++ nice_menusNew.module	2010-04-26 12:22:37.000000000 +0100
@@ -114,7 +114,7 @@ function nice_menus_admin_settings() {
     '#title' => t('Animation speed'),
     '#multiple' => FALSE,
     '#description' => t('Speed of the menu open/close animation.'),
-    '#options' => array(t('slow'), t('normal'), t('fast')),
+    '#options' => array('slow' => t('slow'), 'normal' => t('normal'), 'fast' => t('fast')),
     '#default_value' => variable_get('nice_menus_sf_speed', 1),
      );
 
