Make WordPress Core

Changeset 21763


Ignore:
Timestamp:
09/05/2012 03:04:34 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: combine two "Nothing Found" strings for consistency and simpler translation, props SergeyBiryukov. Fixes #21802.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/index.php

    r21618 r21763  
    4646            ?>
    4747                <header class="entry-header">
    48                     <h1 class="entry-title"><?php _e( 'Nothing found', 'twentytwelve' ); ?></h1>
     48                    <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1>
    4949                </header>
    5050
Note: See TracChangeset for help on using the changeset viewer.