After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 550087 - Tooltip to set the timezone is confusing
Tooltip to set the timezone is confusing
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
git master
Other Linux
: Normal minor
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-31 16:48 UTC by Stephane Raimbault
Modified: 2008-09-01 23:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephane Raimbault 2008-08-31 16:48:52 UTC
The tooltip to set the timezone is confusing (source code already contains a FIXME about this):

#. FIXME: this needs to talk about locations, not timezones
#: ../applets/clock/clock-location-tile.c:317
msgid "Set as current timezone for this computer"

I'm not English but I propose to use:
"Set the timezone of the selected location for this computer."
Comment 1 Allan Day 2008-08-31 21:37:37 UTC
Stephane, your proposal doesn't read quite right to me.

 * 'Set the timezone' seems to suggest that you're affecting the timezone itself.
 * As it is used in the GUI, the location isn't actually selected, so using 'selected location' is potentially confusing.
 * The sentence has three elements (set the timezone, selected location, this computer) - which makes it hard to understand.

If you wanted to improve the current tooltip, you could do this:

'Set your computer to use this timezone'

This is at least a little shorter and simpler than the current tooltip. If you want to talk about locations instead of timezones [1], you could swap 'timezone' for 'location' in my previous suggestion, or you could do this:

'Set your computer's time to this location'

Hope that helps! :)

[1] I'm not sure how much of a problem it is to use 'timezone' instead of 'location'. In the GUI, each location has a big clock next to it, and has a time and a time zone listed below it - so when the tooltip mentions timezones, it is clear what it is referring to.
Comment 2 Vincent Untz 2008-09-01 22:51:03 UTC
This is a tooltip, so we can use a string that is a bit long.
I've chosen this: "Set location as current location and use its timezone for this computer"
Comment 3 Allan Day 2008-09-01 22:59:02 UTC
Vincent - that's an improvement, though the repetition of 'location' sounds a little awkward. What about 'Set your computer to use this location and timezone'?
Comment 4 Vincent Untz 2008-09-01 23:01:49 UTC
Allan: well, your proposal is misleading: only the clock will use this location. And it might be unclear what is the timezone (although most people would understand it, I guess).

FWIW, this is the best string I could think of, after quite some discussion with various people. And I'm not 100% happy about it, but string freeze was nearing ;-)
Comment 5 Allan Day 2008-09-01 23:17:05 UTC
Sure, I understand - just trying to help. :)