Media grid: Don't show a misleading message for an empty library.

This uses the existing string from the list table. We should revisit a better overall experience for the two situations (empty library vs. search with no results) in 4.1.

props voldemortensen.
fixes #29404.


git-svn-id: https://develop.svn.wordpress.org/trunk@29655 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-09-01 18:38:35 +00:00
parent 1f2ff1d3f3
commit 14313673d5
1 changed files with 1 additions and 1 deletions

View File

@ -3020,7 +3020,7 @@ function wp_enqueue_media( $args = array() ) {
// Media Library
'editMetadata' => __( 'Edit Metadata' ),
'noMedia' => __( 'No media found. Try a different search.' ),
'noMedia' => __( 'No media attachments found.' ),
);
/**