fix typo
This commit is contained in:
@@ -293,7 +293,7 @@ function booking_variety_create_session_form($node, &$form_state, $create = TRUE
|
||||
);
|
||||
$form['Delete'] = array(
|
||||
'#type' => 'submit',
|
||||
'#value' => t('Delete Delete'),
|
||||
'#value' => t('Delete Session'),
|
||||
);
|
||||
}
|
||||
return array (
|
||||
|
Reference in New Issue
Block a user