diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index c761e8c5a1..a46a8c28ff 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -68,7 +68,7 @@ if ( !empty( $_POST['delete_comments'] ) ) : endforeach; echo '

'; if ( !empty( $_POST['spam_button'] ) ) { - printf(__ngettext('%s comment marked as spam', '%s comments marked as spam.', $i), $i); + printf(__ngettext('%s comment marked as spam.', '%s comments marked as spam.', $i), $i); } else { printf(__ngettext('%s comment deleted.', '%s comments deleted.', $i), $i); } diff --git a/wp-admin/import/blogware.php b/wp-admin/import/blogware.php index d85fd92107..3f4155daf8 100644 --- a/wp-admin/import/blogware.php +++ b/wp-admin/import/blogware.php @@ -141,7 +141,7 @@ class BW_Import { } if ( $num_comments ) { echo ' '; - printf(__('(%s comments)'), $num_comments); + printf( __ngettext('%s comment', '%s comments', $num_comments), $num_comments ); } echo ''; flush(); diff --git a/wp-admin/import/btt.php b/wp-admin/import/btt.php index 5972e30b75..9a2dacf6b4 100644 --- a/wp-admin/import/btt.php +++ b/wp-admin/import/btt.php @@ -68,7 +68,7 @@ class BunnyTags_Import { return false; } else { $count = count($metakeys); - echo '

' . sprintf( __('Done! %s posts with tags were read.'), $count ) . '

'; + echo '

' . sprintf( __ngettext('Done! %s post with tags were read.', 'Done! %s posts with tags were read.', $count), $count ) . '

'; echo '