Twenty Twelve: combine two "Nothing Found" strings for consistency and simpler translation, props SergeyBiryukov. Fixes #21802.

git-svn-id: https://develop.svn.wordpress.org/trunk@21763 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-09-05 15:04:34 +00:00
parent 00e655fd8e
commit 0bebd54abd
1 changed files with 1 additions and 1 deletions

View File

@ -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">