Skip to content

Commit

Permalink
Such gains.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandukart committed Apr 6, 2015
1 parent daf4cc8 commit 354fc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Delete.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function xml_form_builder_delete($form, array &$form_state, $form_name) {
'description' => array(
'#type' => 'markup',
'#prefix' => '<div>',
'#markup' => t('Are you sure you want to delete the form <b>%name</b> and all related form associations? This action is irreversible.', array('%name' => $form_name)),
'#markup' => t('Are you sure you want to delete the form <strong>%name</strong> and all related form associations? This action is irreversible.', array('%name' => $form_name)),
'#suffix' => '</div>',
),
'delete' => array(
Expand Down

0 comments on commit 354fc0e

Please sign in to comment.