Fix typo.

git-svn-id: http://svn.automattic.com/wordpress/trunk@5205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-04-07 15:52:53 +00:00
parent 88a90414bb
commit 192d5a3e33
1 changed files with 1 additions and 1 deletions

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) {