From 14313673d53c75001d43f66c5d819ab161287a6c Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Mon, 1 Sep 2014 18:38:35 +0000 Subject: [PATCH] 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 --- src/wp-includes/media.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/media.php b/src/wp-includes/media.php index 1529c16260..682da64c34 100644 --- a/src/wp-includes/media.php +++ b/src/wp-includes/media.php @@ -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.' ), ); /**