Fix typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
88a90414bb
commit
192d5a3e33
|
@ -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’ uh?') . '</p>';
|
||||
print '<p>' . __('Cheatin’ uh?') . '</p>';
|
||||
print '</div>';
|
||||
} else {
|
||||
switch ($step) {
|
||||
|
|
Loading…
Reference in New Issue