Gettext fix from nbachiyski. fixes #5086 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
649cff7dc2
commit
e87e2508f5
|
@ -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