Changeset 3355

Show
Ignore:
Timestamp:
12/24/05 15:12:59 (3 years ago)
Author:
ryan
Message:

gettext updates from SteveAgl?. fixes #2143

Files:

Legend:

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

    r3352 r3355  
    426426$mt_import = new MT_Import(); 
    427427 
    428 register_importer('mt', 'Movable Type', 'Import posts and comments from your Movable Type blog', array ($mt_import, 'dispatch')); 
     428register_importer('mt', 'Movable Type', __('Import posts and comments from your Movable Type blog'), array ($mt_import, 'dispatch')); 
    429429?>