diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php
index 0925dd209e..6832a73ae2 100644
--- a/wp-admin/edit-form-comment.php
+++ b/wp-admin/edit-form-comment.php
@@ -49,7 +49,7 @@ $url = attribute_escape( $comment->comment_author_url );
diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php
index 034b05c479..747963d64f 100644
--- a/wp-admin/includes/dashboard.php
+++ b/wp-admin/includes/dashboard.php
@@ -430,7 +430,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
$actions['edit'] = "
". __('Edit') . '';
$actions['quickedit'] = '
' . __('Quick Edit') . '';
$actions['reply'] = '
' . __('Reply') . '';
- $actions['spam'] = "';
+ $actions['spam'] = "';
$actions['delete'] = "';
$actions = apply_filters( 'comment_row_actions', $actions, $comment );
diff --git a/wp-includes/comment.php b/wp-includes/comment.php
index 2e9e205ba2..f2460563e0 100644
--- a/wp-includes/comment.php
+++ b/wp-includes/comment.php
@@ -253,7 +253,7 @@ function get_comment_statuses( ) {
$status = array(
'hold' => __('Unapproved'),
'approve' => __('Approved'),
- 'spam' => __('Spam'),
+ 'spam' => _c('Spam|adjective'),
);
return $status;