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.
Built from https://develop.svn.wordpress.org/trunk@31102


git-svn-id: http://core.svn.wordpress.org/trunk@31083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-01-08 21:24:23 +00:00
parent e4b6265c7a
commit 24b3ee8680
2 changed files with 2 additions and 2 deletions

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' ),

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31101';
$wp_version = '4.2-alpha-31102';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.