Twenty Thirteen: combine two similar `Nothing Found` strings. Fixes #24891.

git-svn-id: http://core.svn.wordpress.org/trunk@24904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-07-30 22:24:53 +00:00
parent c30925d20e
commit 3f94f093fa
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ get_header(); ?>
<div id="content" class="site-content" role="main">
<header class="page-header">
<h1 class="page-title"><?php _e( 'Not found', 'twentythirteen' ); ?></h1>
<h1 class="page-title"><?php _e( 'Nothing Found', 'twentythirteen' ); ?></h1>
</header>
<div class="page-wrapper">