From c0a479e5b90e56f45dd49b295d570cc5d51d81ef Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 4 Jul 2008 00:28:18 +0000 Subject: [PATCH] Grammar fix git-svn-id: https://develop.svn.wordpress.org/trunk@8253 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import/wp-cat2tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/import/wp-cat2tag.php b/wp-admin/import/wp-cat2tag.php index e2d1a74684..885936e25a 100644 --- a/wp-admin/import/wp-cat2tag.php +++ b/wp-admin/import/wp-cat2tag.php @@ -52,7 +52,7 @@ class WP_Categories_to_Tags { if ( $cat_num > 0 ) { echo '

' . sprintf( __ngettext( 'Convert Category to Tag.', 'Convert Categories (%d) to Tags.', $cat_num ), $cat_num ) . '

'; echo '
'; - echo '

' . __('Hey there. Here you can selectively converts existing categories to tags. To get started, check the categories you wish to be converted, then click the Convert button.') . '

'; + echo '

' . __('Hey there. Here you can selectively convert existing categories to tags. To get started, check the categories you wish to be converted, then click the Convert button.') . '

'; echo '

' . __('Keep in mind that if you convert a category with child categories, the children become top-level orphans.') . '

'; $this->categories_form();