This commit is contained in:
Nathan Coad
2018-05-05 12:21:29 +10:00
parent e6f46f554d
commit 5e2f47133f

View File

@@ -293,7 +293,7 @@ function booking_variety_create_session_form($node, &$form_state, $create = TRUE
); );
$form['Delete'] = array( $form['Delete'] = array(
'#type' => 'submit', '#type' => 'submit',
'#value' => t('Delete Delete'), '#value' => t('Delete Session'),
); );
} }
return array ( return array (