From 9e4399aae82b43bd49c0a1558174ad494b6fbcdc Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 14 Oct 2004 15:28:24 +0000 Subject: #10677: Confirmation when deleting a block + unifying confirmation screens. --- modules/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index 4eed28bc7..1fa60180e 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -992,7 +992,7 @@ function comment_delete($cid) { drupal_set_message(t('Do you want to delete this comment and all its replies?')); $comment->comment = check_output($comment->comment, $comment->format); $output = theme('comment', $comment); - $output .= form_submit(t('Delete comment')); + $output .= form_submit(t('Delete')); } else { drupal_set_message(t('The comment no longer exists.')); -- cgit v1.2.3