Make WordPress Core


Ignore:
Timestamp:
12/03/2010 09:16:28 AM (14 years ago)
Author:
scribu
Message:

More s/upgrade/update. Props michaelh. See #15656

File:
1 edited

Legend:

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

    r16687 r16701  
    15451545    <p class="media-upload-size"><?php printf( __( 'Maximum upload file size: %d%s' ), $upload_size_unit, $sizes[$u] ); ?></p>
    15461546    <?php if ( is_lighttpd_before_150() ): ?>
    1547     <p><?php _e('If you want to use all capabilities of the uploader, like uploading multiple files at once, please upgrade to lighttpd 1.5.'); ?></p>
     1547    <p><?php _e('If you want to use all capabilities of the uploader, like uploading multiple files at once, please update to lighttpd 1.5.'); ?></p>
    15481548    <?php endif;?>
    15491549<?php do_action('post-html-upload-ui', $flash); ?>
Note: See TracChangeset for help on using the changeset viewer.