Differentiate between plural noun, verb and adjective Spam translations. Props nbachiyski. fixes #8154

git-svn-id: https://develop.svn.wordpress.org/trunk@9615 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-11-11 19:54:54 +00:00
parent 152f50b8a1
commit b9a4fd0d29
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ function get_comment_statuses( ) {
$status = array(
'hold' => __('Unapproved'),
'approve' => __('Approved'),
'spam' => __('Spam'),
'spam' => _c('Spam|adjective'),
);
return $status;