Twenty Twelve: consolidate "Apologies" strings, see #22016.

git-svn-id: https://develop.svn.wordpress.org/trunk@22061 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-09-27 15:43:44 +00:00
parent 48484428a2
commit 8d045bd12f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ get_header(); ?>
</header>
<div class="entry-content">
<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p>
<p><?php _e( 'Apologies, but no results were found. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .entry-content -->
<?php endif; // end current_user_can() check ?>