#34789 closed enhancement (fixed)
Timezone Option Terminology Improvement
Reported by: | GrantDerepas | Owned by: | afercia |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Text Changes | Keywords: | has-patch commit |
Focuses: | ui, accessibility | Cc: |
Description
It always confused me why the timezone option in General settings sais:
Choose a city in the same timezone as you.
For a long time I didn't even know there was a list of cities in the options dropdown as it defaults to UTC+0 and I would simply scroll from there to UTC+8 (my local timezone).
Even after discovering there is a list of cities in the dropdown I don't think it makes sense for the tooltip to not make mention that there's two possible methods to fill this field (city or timezone).
I'd propose changing the following line in wp-admin/options-general.php
<p class="description" id="timezone-description"><?php _e( 'Choose a city in the same timezone as you.' ); ?></p>
to something like:
<p class="description" id="timezone-description"><?php _e( 'Choose a timezone or a city in the same timezone as you.' ); ?></p>
Attachments (3)
Change History (17)
#2
@
9 years ago
- Keywords has-patch added
I also agree that the description is a bit misleading, as the dropdown contains both cities and timezone offsets.
I attach a patch with an improved description text:
Choose a city in the same timezone as you or a UTC timezone offset.
This ticket was mentioned in Slack in #accessibility by rianrietveld. View the logs.
8 years ago
#4
@
8 years ago
This seems like a good change. It's a minor accessibility issue, but could have an impact for people with cognitive impairments. On the whole, the timezone selector could use a major overhaul - but that should probably be a different issue to address later.
Accessibility team votes yes. :)
This ticket was mentioned in Slack in #meta by andreasp. View the logs.
8 years ago
#7
@
8 years ago
- Keywords commit added; 4.7-early removed
- Milestone changed from Future Release to 4.7
Patch didn't applied cleanly for me, refreshed.
#8
@
8 years ago
- Keywords 2nd-opinion added; commit removed
That phrase isn't very good English.
Choose a city in the same timezone as you or a UTC timezone offset.
This implies two choices:
- Choose a city in the same timezone as you.
- Choose a city in the same timezone as a UTC timezone offset.
The phrase needs either a comma before or
, or it needs the word either
after Choose
. My preference is for the latter.
This ticket was mentioned in Slack in #core by afercia. View the logs.
8 years ago
#13
@
8 years ago
- Owner set to afercia
- Resolution set to fixed
- Status changed from new to closed
In 38483:
Small description change in the timezone options