Ticket #4139: cat2tag-tiniest-i18n.diff
File cat2tag-tiniest-i18n.diff, 644 bytes (added by , 18 years ago) |
---|
-
wp-admin/import/wp-cat2tag.php
30 30 31 31 $this->categories_form(); 32 32 } else { 33 print '<p> You have no categories to convert!</p>';33 print '<p>'.__('You have no categories to convert!').'</p>'; 34 34 } 35 35 36 36 print '</div>'; … … 223 223 224 224 register_importer('wp-cat2tag', __('Categories to Tags Converter'), __('Convert existing categories to tags, selectively.'), array(&$wp_cat2tag_importer, 'init')); 225 225 226 ?> 227 No newline at end of file 226 ?>