From 40c67062cbd7258634acb2018f055c7d45533ea9 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 4 Jul 2008 00:28:18 +0000 Subject: [PATCH] Grammar fix git-svn-id: http://svn.automattic.com/wordpress/trunk@8253 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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();