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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-11-18 01:25:27 +00:00
parent e72a2a2917
commit af14c4fdb0
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
}