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

WARNING! is now Warning:

You have been warned.

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



git-svn-id: https://develop.svn.wordpress.org/trunk@48570 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jake Spurlock 2020-07-22 22:19:25 +00:00
parent f976a73997
commit 99736aea17
1 changed files with 1 additions and 1 deletions

View File

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