Make WordPress Core

Changeset 38483


Ignore:
Timestamp:
08/31/2016 09:36:25 PM (8 years ago)
Author:
afercia
Message:

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.

File:
1 edited

Legend:

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

    r38006 r38483  
    151151</select>
    152152
    153 <p class="description" id="timezone-description"><?php _e( 'Choose a city in the same timezone as you.' ); ?></p>
     153<p class="description" id="timezone-description"><?php _e( 'Choose either a city in the same timezone as you or a UTC timezone offset.' ); ?></p>
    154154
    155155<p class="timezone-info">
Note: See TracChangeset for help on using the changeset viewer.