Make WordPress Core

Changeset 5253


Ignore:
Timestamp:
04/12/2007 05:59:59 AM (19 years ago)
Author:
rob1n
Message:

Add small i18n fix. Props nbachiyski. fixes #4139

File:
1 edited

Legend:

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

    r5251 r5253  
    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               
Note: See TracChangeset for help on using the changeset viewer.