Text Changes: Improve the timezone setting description in General Settings.
Makes more clear users can set either a city or a UTC timezone offset. Props GrantDerepas, andrew.p. Fixes #34789. git-svn-id: https://develop.svn.wordpress.org/trunk@38483 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f5bb93e4ac
commit
2dcc7bc665
|
@ -150,7 +150,7 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists
|
|||
<?php echo wp_timezone_choice($tzstring); ?>
|
||||
</select>
|
||||
|
||||
<p class="description" id="timezone-description"><?php _e( 'Choose a city in the same timezone as you.' ); ?></p>
|
||||
<p class="description" id="timezone-description"><?php _e( 'Choose either a city in the same timezone as you or a UTC timezone offset.' ); ?></p>
|
||||
|
||||
<p class="timezone-info">
|
||||
<span id="utc-time"><?php
|
||||
|
|
Loading…
Reference in New Issue