diff --git a/wp-includes/media.php b/wp-includes/media.php index 73bc7f5273..9ffb98941d 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -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' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 1b6a1e2508..c91fb0aaa9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.