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(); $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>';