This commit is contained in:
Nathan Coad
2018-05-05 21:36:41 +10:00
parent bf07ed21a3
commit 780221c475

View File

@@ -704,7 +704,7 @@ function booking_variety_regn_edit_form($node, &$form_state, $nid)
} //end checking for delete confirmation } //end checking for delete confirmation
else { else {
return confirm_form($form, "Are you sure you wish to delete all variety session registrations for person id " . $nid . "?", return confirm_form($form, "Are you sure you wish to delete all variety session registrations for person id " . $nid . "?",
current_path(), NULL, "Delete Session"); current_path(), NULL, "Delete Session Registration");
} }
} }