Show
Ignore:
Timestamp:
12/27/06 00:51:00 (2 years ago)
Author:
ryan
Message:

Typo fixes from mdawaffe. fixes #3474

Files:

Legend:

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

    r4658 r4664  
    3535    // Don't delete the default cats. 
    3636    if ( $cat_ID == get_option('default_category') ) 
    37         wp_die(sprintf(__("Can&8217;t delete the <strong>%s</strong> category: this is the default one"), $cat_name)); 
     37        wp_die(sprintf(__("Can&#8217;t delete the <strong>%s</strong> category: this is the default one"), $cat_name)); 
    3838 
    3939    if ( $cat_ID == get_option('default_link_category') ) 
    40         wp_die(sprintf(__("Can&8217;t delete the <strong>%s</strong> category: this is the default one for links"), $cat_name)); 
     40        wp_die(sprintf(__("Can&#8217;t delete the <strong>%s</strong> category: this is the default one for links"), $cat_name)); 
    4141 
    4242    wp_delete_category($cat_ID);