Twenty Thirteen: capitalize "Not Found" string for use in a page title, see #24891 and r25907.

Built from https://develop.svn.wordpress.org/trunk@26002


git-svn-id: http://core.svn.wordpress.org/trunk@25935 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-11-04 17:57:11 +00:00
parent cd45adaa0b
commit c0c6f8a359
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -13,7 +13,7 @@ msgstr ""
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
#: 404.php:16 #: 404.php:16
msgid "Not found" msgid "Not Found"
msgstr "" msgstr ""
#: 404.php:21 #: 404.php:21