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:
parent
f976a73997
commit
99736aea17
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user