diff --git a/includes/wizard.inc b/includes/wizard.inc
index 2ccbc34..faa978b 100644
--- a/includes/wizard.inc
+++ b/includes/wizard.inc
@@ -300,7 +300,7 @@ function ctools_wizard_wrapper($form, &$form_state) {
         '#type' => 'submit',
         '#value' => $form_info['back text'],
         '#next' => $form_state['previous'],
-        '#wizard type' => 'next',
+        '#wizard type' => 'back',
         '#weight' => -2000,
         '#limit_validation_errors' => array(),
         // hardcode the submit so that it doesn't try to save data.
