diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 4eed28bc7..1fa60180e 100644 --- a/modules/comment/comment.module +++ b/modules/comment/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.')); |