Change text prompt in HTML uploader, props jane, fixes #19276

git-svn-id: https://develop.svn.wordpress.org/trunk@19330 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-11-18 01:25:27 +00:00
parent 9007ab3e75
commit 6385e58b51
1 changed files with 1 additions and 1 deletions

View File

@ -2029,7 +2029,7 @@ function media_upload_flash_bypass() {
function media_upload_html_bypass() {
?>
<p class="upload-html-bypass hide-if-no-js">
<?php _e('You are using the browser uploader. Try the <a href="#">multi-file uploader</a> instead.'); ?>
<?php _e('You are using the browser&#8217;s built-in file uploader. The new WordPress uploader includes multiple file selection and drag and drop capability. <a href="#">Switch to the new uploader</a>.'); ?>
</p>
<?php
}