Changeset 5205

Show
Ignore:
Timestamp:
04/07/07 15:52:53 (2 years ago)
Author:
rob1n
Message:

Fix typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/import/wp-cat2tag.php

    r5203 r5205  
    128128        if (!current_user_can('manage_categories') || !current_user_can('manage_tags')) { 
    129129            print '<div class="narrow">'; 
    130             print '<p>' __('Cheatin&#8217; uh?') . '</p>'; 
     130            print '<p>' . __('Cheatin&#8217; uh?') . '</p>'; 
    131131            print '</div>'; 
    132132        } else {