Make WordPress Core

Changeset 48570


Ignore:
Timestamp:
07/22/2020 10:19:25 PM (3 years ago)
Author:
whyisjake
Message:

i18n: Merge similar translation strings in wp-admin/options.php

WARNING! is now Warning:

You have been warned.

Fixes #50715.
Props: ramiy, audrasjb, ocean90.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options.php

    r48167 r48570  
    349349
    350350    <div class="notice notice-warning">
    351         <p><strong><?php _e( 'WARNING!' ); ?></strong> <?php _e( 'This page allows direct access to your site settings. You can break things here. Please be cautious!' ); ?></p>
     351        <p><strong><?php _e( 'Warning:' ); ?></strong> <?php _e( 'This page allows direct access to your site settings. You can break things here. Please be cautious!' ); ?></p>
    352352    </div>
    353353
Note: See TracChangeset for help on using the changeset viewer.