Twenty Thirteen: Restore the original "Not found" string. see #24891.
Built from https://develop.svn.wordpress.org/branches/3.7@25906 git-svn-id: http://core.svn.wordpress.org/branches/3.7@25818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d52b298c31
commit
f771ac8933
|
@ -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( 'Not found', 'twentythirteen' ); ?></h1>
|
||||
</header>
|
||||
|
||||
<div class="page-wrapper">
|
||||
|
|
|
@ -13,7 +13,7 @@ msgstr ""
|
|||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#: 404.php:16
|
||||
msgid "Not Found"
|
||||
msgid "Not found"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:21
|
||||
|
|
Loading…
Reference in New Issue