Add small i18n fix. Props nbachiyski. fixes #4139
git-svn-id: https://develop.svn.wordpress.org/trunk@5253 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ceea4bb3fe
commit
be028957b0
@ -30,7 +30,7 @@ class WP_Categories_to_Tags {
|
|||||||
|
|
||||||
$this->categories_form();
|
$this->categories_form();
|
||||||
} else {
|
} else {
|
||||||
print '<p>You have no categories to convert!</p>';
|
print '<p>'.__('You have no categories to convert!').'</p>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
@ -223,4 +223,4 @@ $wp_cat2tag_importer = new WP_Categories_to_Tags();
|
|||||||
|
|
||||||
register_importer('wp-cat2tag', __('Categories to Tags Converter'), __('Convert existing categories to tags, selectively.'), array(&$wp_cat2tag_importer, 'init'));
|
register_importer('wp-cat2tag', __('Categories to Tags Converter'), __('Convert existing categories to tags, selectively.'), array(&$wp_cat2tag_importer, 'init'));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user