Make WordPress Core


Ignore:
Timestamp:
07/30/2020 12:13:12 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Adjust two strings on the About page for better i18n.

Follow-up to [48675].

Props ocean90, audrasjb, kittmedia, nao.
Reviewed by desrosj, SergeyBiryukov.
Merges [48686] to the 5.5 branch.
See #50416.

Location:
branches/5.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.5

  • branches/5.5/src/wp-admin/about.php

    r48675 r48691  
    8080            </div>
    8181            <div class="column">
    82                 <h2><?php _e( 'Search' ); ?></h2>
     82                <h2><?php _ex( 'Search', 'sitemap' ); ?></h2>
    8383                <p><strong><?php _e( 'Say hello to your new sitemap.' ); ?></strong></p>
    8484                <p><?php _e( 'WordPress sites work well with search engines. ' ); ?></p>
     
    212212                        ?>
    213213                    </li>
    214                     <li><?php _e( 'New filters let custom post types associated with the category taxonomy have a default term beyond “Uncategorized.”' ); ?></li>
     214                    <li><?php _e( 'New filters let custom post types associated with the category taxonomy have a default term beyond “Uncategorized”.' ); ?></li>
    215215                    <li><?php _e( 'You will find updated versions of these bundled libraries: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, and clipboard.js.' ); ?></li>
    216216                </ul>
Note: See TracChangeset for help on using the changeset viewer.