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/dotclear.php

    r3419 r3424  
    143143        echo '<form action="admin.php?import=dotclear&amp;step=1" method="post">';
    144144        $this->db_form();
    145         echo '<input type="submit" name="submit" value="Import Categories" />';
     145        echo '<input type="submit" name="submit" value="'.__('Import Categories').'" />';
    146146        echo '</form>';
    147147    }
     
    203203        set_magic_quotes_runtime(0);
    204204        $prefix = get_option('tpre');
    205        
     205
    206206        return $dcdb->get_results('SELECT * FROM dc_link ORDER BY position', ARRAY_A);
    207207    }
Note: See TracChangeset for help on using the changeset viewer.