--- taxonomy_menu.module	2009-03-16 13:49:35.000000000 +1100
+++ taxonomy_menu.module.ORIGINAL	2009-03-15 08:21:06.000000000 +1100
@@ -65,8 +65,8 @@ function taxonomy_menu_form_alter(&$form
       '#description' => t('Rebuild the menu on submit.  Warning:  This will delete then re-create all of the menu items.  Only use this option if you are experiencing issues.'),
     );
     // move the buttons to the bottom of the form
-    $form['submit']['#weight'] = 49;
-    $form['delete']['#weight'] = 50;
+    $form['delete']['#weight'] = 49;
+    $form['submit']['#weight'] = 50;
 
     // add an extra submit handler to save these settings
     $form['#submit'][] = 'taxonomy_menu_vocab_submit';
@@ -826,4 +826,4 @@ function taxonomy_menu_taxonomy_menu_opt
   );
 
   return $options;
-}
+}
\ No newline at end of file
