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 645951 - Use slightly friendlier policykit prompt
Use slightly friendlier policykit prompt
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
2.91.x
Other Linux
: Normal trivial
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-28 14:47 UTC by Michael Terry
Modified: 2011-07-11 10:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.09 KB, patch)
2011-03-28 14:47 UTC, Michael Terry
committed Details | Review

Description Michael Terry 2011-03-28 14:47:02 UTC
The current policykit prompt for modifying date and time settings is:

"Privileges are required to configure time and date settings."

The words "privileges" and "configure" are not the most common words to use for prompting for a password.

What about "To change time or date settings, you need to authenticate." ?  Patch attached.

(Original suggestion hat tip to Matthew Paul Thomas.)
Comment 1 Michael Terry 2011-03-28 14:47:16 UTC
Created attachment 184460 [details] [review]
Proposed patch
Comment 2 Bastien Nocera 2011-07-11 10:57:38 UTC
That particular piece of code might soon be removed, as we'll be using
systemd's org.freedesktop.timedate1 D-Bus API.