Ticket #20410: 20410.minor-typo-fix.patch
File 20410.minor-typo-fix.patch, 747 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/media.php
1298 1298 global $type, $tab, $pagenow, $is_IE, $is_opera; 1299 1299 1300 1300 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=" 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>'; 1302 1302 return; 1303 1303 } 1304 1304