About page: Use a better preposition to describe drag-and-drop.

see #27713.


git-svn-id: https://develop.svn.wordpress.org/trunk@28146 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-04-16 00:45:34 +00:00
parent aeef0e992a
commit 9720c92028

View File

@@ -53,7 +53,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<div class="col-3 last-feature">
<img src="//wordpress.org/images/core/3.9/drop.jpg?0" />
<h4><?php _e( 'Drag and drop your images' ); ?></h4>
<p><?php _e( 'Uploading your images is easier than ever. Just grab them from your desktop and drop them in the editor.' ); ?></p>
<p><?php _e( 'Uploading your images is easier than ever. Just grab them from your desktop and drop them onto the editor.' ); ?></p>
</div>
</div>