Skip to content

Commit

Permalink
Twenty Twelve: consolidate "Apologies" strings, see #22016.
Browse files Browse the repository at this point in the history
git-svn-id: http://core.svn.wordpress.org/trunk@22061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
lancewillett committed Sep 27, 2012
1 parent f8f60ac commit 1b06a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/twentytwelve/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</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 ?>
Expand Down

0 comments on commit 1b06a69

Please sign in to comment.