mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
64f8429a12
commit
aaab9dd1f4
@ -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>';
|
||||
|
Loading…
Reference in New Issue
Block a user