Make WordPress Core

Ticket #20410: 20410.minor-typo-fix.patch

File 20410.minor-typo-fix.patch, 747 bytes (added by SergeyBiryukov, 11 years ago)
  • wp-admin/includes/media.php

     
    12981298        global $type, $tab, $pagenow, $is_IE, $is_opera;
    12991299
    13001300        if ( ! _device_can_upload() ) {
    1301                 echo '<p>' . __('The web browser on your device cannot be used to upload files. You may be able to use the <a href=" http://wordpress.org/extend/mobile/">native app for your device</a> instead.') . '</p>';
     1301                echo '<p>' . __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="http://wordpress.org/extend/mobile/">native app for your device</a> instead.') . '</p>';
    13021302                return;
    13031303        }
    13041304