From af986d95c9857ffc2670e850df5739c9971cf847 Mon Sep 17 00:00:00 2001 From: Lance Willett <nanobar@gmail.com> Date: Wed, 5 Sep 2012 15:04:34 +0000 Subject: [PATCH] Twenty Twelve: combine two "Nothing Found" strings for consistency and simpler translation, props SergeyBiryukov. Fixes #21802. git-svn-id: http://core.svn.wordpress.org/trunk@21763 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwelve/index.php b/wp-content/themes/twentytwelve/index.php index ee335f0ae2..c0f50ff0ad 100644 --- a/wp-content/themes/twentytwelve/index.php +++ b/wp-content/themes/twentytwelve/index.php @@ -45,7 +45,7 @@ get_header(); ?> // Show the default message to everyone else. ?> <header class="entry-header"> - <h1 class="entry-title"><?php _e( 'Nothing found', 'twentytwelve' ); ?></h1> + <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1> </header> <div class="entry-content">