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:
rob1n 2007-04-12 05:59:59 +00:00
parent ceea4bb3fe
commit be028957b0
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class WP_Categories_to_Tags {
$this->categories_form();
} else {
print '<p>You have no categories to convert!</p>';
print '<p>'.__('You have no categories to convert!').'</p>';
}
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'));
?>
?>