Gettext fix from nbachiyski. fixes #5086 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@6171 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
20cb146746
commit
f1ade9ee25
@ -30,7 +30,7 @@ class MT_Import {
|
||||
<input type="hidden" name="upload_type" value="ftp" />
|
||||
<?php _e('Or use <code>mt-export.txt</code> in your <code>/wp-content/</code> directory'); ?></p>
|
||||
<p class="submit">
|
||||
<input type="submit" value="<?php _e(sprintf('Import %s', 'mt-export.txt »')); ?>" />
|
||||
<input type="submit" value="<?php echo attribute_escape(__('Import mt-export.txt »')); ?>" />
|
||||
</p>
|
||||
</form>
|
||||
<p><?php _e('The importer is smart enough not to import duplicates, so you can run this multiple times without worry if—for whatever reason—it doesn\'t finish. If you get an <strong>out of memory</strong> error try splitting up the import file into pieces.'); ?> </p>
|
||||
|
Loading…
Reference in New Issue
Block a user