summaryrefslogtreecommitdiffstats
path: root/wp-admin/import
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-04 14:37:48 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-04 14:37:48 +0000
commite2238d665f51ad4e37b866c9e0499d9571af0c2f (patch)
tree1dc147d9c39b75dc18cb716213e0f57675097646 /wp-admin/import
parentb34249168a364f1eef7806abc65fcdc5304578f1 (diff)
downloadwordpress-mu-e2238d665f51ad4e37b866c9e0499d9571af0c2f.tar.gz
wordpress-mu-e2238d665f51ad4e37b866c9e0499d9571af0c2f.tar.xz
wordpress-mu-e2238d665f51ad4e37b866c9e0499d9571af0c2f.zip
WP Merge with revision 8255
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1350 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/import')
-rw-r--r--wp-admin/import/wp-cat2tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/import/wp-cat2tag.php b/wp-admin/import/wp-cat2tag.php
index e2d1a74..885936e 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 '<h2>' . sprintf( __ngettext( 'Convert Category to Tag.', 'Convert Categories (%d) to Tags.', $cat_num ), $cat_num ) . '</h2>';
echo '<div class="narrow">';
- echo '<p>' . __('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.') . '</p>';
+ echo '<p>' . __('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.') . '</p>';
echo '<p>' . __('Keep in mind that if you convert a category with child categories, the children become top-level orphans.') . '</p></div>';
$this->categories_form();