diff options
Diffstat (limited to 'modules/contact/contact.module')
-rw-r--r-- | modules/contact/contact.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contact/contact.module b/modules/contact/contact.module index 0b983b061..dad3f3e08 100644 --- a/modules/contact/contact.module +++ b/modules/contact/contact.module @@ -265,7 +265,7 @@ function contact_admin_delete(&$form_state, $cid = NULL) { '#value' => $info->category, ); - return confirm_form($form, t('Are you sure you want to delete %category?', array('%category' => $info->category)), 'admin/build/contact', t('This action cannot be undone.'), t('Delete'), t('Cancel')); + return confirm_form($form, t('Are you sure you want to delete %category?', array('%category' => $info->category)), 'admin/build/contact'); } else { drupal_set_message(t('Category not found.'), 'error'); |