Make WordPress Core

Ticket #4139: cat2tag-tiniest-i18n.diff

File cat2tag-tiniest-i18n.diff, 644 bytes (added by nbachiyski, 18 years ago)
  • wp-admin/import/wp-cat2tag.php

     
    3030               
    3131                        $this->categories_form();
    3232                } else {
    33                         print '<p>You have no categories to convert!</p>';
     33                        print '<p>'.__('You have no categories to convert!').'</p>';
    3434                }
    3535               
    3636                print '</div>';
     
    223223
    224224register_importer('wp-cat2tag', __('Categories to Tags Converter'), __('Convert existing categories to tags, selectively.'), array(&$wp_cat2tag_importer, 'init'));
    225225
    226 ?>
    227  No newline at end of file
     226?>