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

see #27713.

Built from https://develop.svn.wordpress.org/trunk@28146


git-svn-id: http://core.svn.wordpress.org/trunk@27977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-04-16 00:46:14 +00:00
parent 2bc282957c
commit e23f57ec56
1 changed files with 1 additions and 1 deletions

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>