Media Grid: Add context for "or" in [29296].
see #28851. Built from https://develop.svn.wordpress.org/trunk@29303 git-svn-id: http://core.svn.wordpress.org/trunk@29085 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b9f97e8352
commit
a777a561fa
|
@ -178,7 +178,7 @@ function wp_print_media_templates() {
|
|||
<?php else : ?>
|
||||
<div class="upload-ui">
|
||||
<h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files here' ); ?></h3>
|
||||
<p><?php _e( 'or' ); ?></p>
|
||||
<p><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></p>
|
||||
<a href="#" class="browser button"><?php _e( 'Select Files' ); ?></a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue