Make a hint on Edit Selection view in media modal more accurate, as it applies to all media files, not just images.

props pavelevap.
see #30931.

git-svn-id: https://develop.svn.wordpress.org/trunk@31102 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-01-08 21:23:21 +00:00
parent 85595b73cc
commit 6ffb5feab9

View File

@ -2931,7 +2931,7 @@ function wp_enqueue_media( $args = array() ) {
lack of plural support here, turn it into "selected: %d" then translate it.
*/
'selected' => __( '%d selected' ),
'dragInfo' => __( 'Drag and drop to reorder images.' ),
'dragInfo' => __( 'Drag and drop to reorder media files.' ),
// Upload
'uploadFilesTitle' => __( 'Upload Files' ),