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

WARNING! is now Warning:

You have been warned.

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


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


git-svn-id: http://core.svn.wordpress.org/trunk@48332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
whyisjake 2020-07-22 22:21:03 +00:00
parent dd642e7b00
commit 413fae70e8
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ?>
<h1><?php esc_html_e( 'All Settings' ); ?></h1> <h1><?php esc_html_e( 'All Settings' ); ?></h1>
<div class="notice notice-warning"> <div class="notice notice-warning">
<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> <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>
</div> </div>
<form name="form" action="options.php" method="post" id="all-options"> <form name="form" action="options.php" method="post" id="all-options">

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.5-beta3-48569'; $wp_version = '5.5-beta3-48570';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.