Differentiate between plural noun, verb and adjective Spam translations. Props nbachiyski. fixes #8154
git-svn-id: http://svn.automattic.com/wordpress/trunk@9615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -253,7 +253,7 @@ function get_comment_statuses( ) {
|
||||
$status = array(
|
||||
'hold' => __('Unapproved'),
|
||||
'approve' => __('Approved'),
|
||||
'spam' => __('Spam'),
|
||||
'spam' => _c('Spam|adjective'),
|
||||
);
|
||||
|
||||
return $status;
|
||||
|
||||
Reference in New Issue
Block a user