Make WordPress Core


Ignore:
Timestamp:
11/18/2011 01:25:27 AM (14 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r19317 r19330  
    20302030    ?>
    20312031    <p class="upload-html-bypass hide-if-no-js">
    2032     <?php _e('You are using the browser uploader. Try the <a href="#">multi-file uploader</a> instead.'); ?>
     2032    <?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>.'); ?>
    20332033    </p>
    20342034    <?php
Note: See TracChangeset for help on using the changeset viewer.