Changeset 5253

Show
Ignore:
Timestamp:
04/12/07 05:59:59 (2 years ago)
Author:
rob1n
Message:

Add small i18n fix. Props nbachiyski. fixes #4139

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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