Add small i18n fix. Props nbachiyski. fixes #4139

git-svn-id: http://svn.automattic.com/wordpress/trunk@5253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-04-12 05:59:59 +00:00
parent 64f8429a12
commit aaab9dd1f4
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'));
?>
?>