Make WordPress Core

Changeset 19260


Ignore:
Timestamp:
11/11/2011 08:32:20 PM (15 years ago)
Author:
nacin
Message:

Normal sentence case. see #19228.

File:
1 edited

Legend:

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

    r19257 r19260  
    20262026        ?>
    20272027        <p class="upload-flash-bypass">
    2028         <?php _e('You are using the multi-file uploader. Problems? Try the <a href="#">Browser uploader</a> instead.'); ?>
     2028        <?php _e('You are using the multi-file uploader. Problems? Try the <a href="#">browser uploader</a> instead.'); ?>
    20292029        </p>
    20302030        <?php
     
    20392039        ?>
    20402040        <p class="upload-html-bypass hide-if-no-js">
    2041         <?php _e('You are using the Browser uploader. Try the <a href="#">Multi-file uploader</a> instead.'); ?>
     2041        <?php _e('You are using the browser uploader. Try the <a href="#">multi-file uploader</a> instead.'); ?>
    20422042        </p>
    20432043        <?php
Note: See TracChangeset for help on using the changeset viewer.