Make WordPress Core


Ignore:
Timestamp:
01/10/2006 10:50:19 PM (19 years ago)
Author:
ryan
Message:

i18n updates from SteveAgl. fixes #2260

File:
1 edited

Legend:

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

    r3262 r3424  
    5757        echo '<form action="admin.php?import=textpattern&amp;step=1" method="post">';
    5858        $this->db_form();
    59         echo '<input type="submit" name="submit" value="Import Categories" />';
     59        echo '<input type="submit" name="submit" value="'.__('Import Categories').'" />';
    6060        echo '</form>';
    6161    }
    6262
    63     function get_txp_cats() 
     63    function get_txp_cats()
    6464    {
    6565        global $wpdb;
Note: See TracChangeset for help on using the changeset viewer.