Make WordPress Core


Ignore:
Timestamp:
05/05/2009 04:28:05 AM (17 years ago)
Author:
azaozz
Message:

Banishing ASCII quotes and apostrophes, props demetris, fixes #9655

File:
1 edited

Legend:

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

    r11173 r11190  
    6262</tr>
    6363<tr>
    64 <td><label for="lastentry"><?php _e("Last entry's number:") ?></label></td>
     64<td><label for="lastentry"><?php _e('Last entry&#8217;s number:') ?></label></td>
    6565<td><input type="text" name="lastentry" id="lastentry" value="00000001" /><br />
    66     <?php _e("This importer will search for files 00000001.cgi to 000-whatever.cgi,<br />so you need to enter the number of the last GM post here.<br />(if you don't know that number, just log into your FTP and look it out<br />in the entries' folder)") ?></td>
     66    <?php _e('This importer will search for files 00000001.cgi to 000-whatever.cgi,<br />so you need to enter the number of the last GM post here.<br />(if you don&#8217;t know that number, just log into your FTP and look it out<br />in the entries&#8217; folder)') ?></td>
    6767</tr>
    6868</table>
Note: See TracChangeset for help on using the changeset viewer.