Fix typo.

git-svn-id: https://develop.svn.wordpress.org/trunk@5205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-07 15:52:53 +00:00
parent 0a98870027
commit 6cc6c1de4f

View File

@ -127,7 +127,7 @@ class WP_Categories_to_Tags {
if (!current_user_can('manage_categories') || !current_user_can('manage_tags')) {
print '<div class="narrow">';
print '<p>' __('Cheatin&#8217; uh?') . '</p>';
print '<p>' . __('Cheatin&#8217; uh?') . '</p>';
print '</div>';
} else {
switch ($step) {