summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module2
1 files changed, 1 insertions, 1 deletions
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.'));