GNOME Bugzilla – Bug 591562
"Unlock" button has "_Unlock" as the text
Last modified: 2009-08-15 21:57:28 UTC
Please describe the problem: This bug was reported as [0]: "Subject says it all. See screenshot[1]." [0] https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/412507 [1] http://launchpadlibrarian.net/30222957/Screenshot-Users%20Settings.png Steps to reproduce: 1. Open users-admin 2. Look at the unlock button Actual results: Text is "_Unlock" Expected results: Text should be "Unlock" Does this happen every time? yes Other information: Grep analysis reports that the problem is here: src/common/gst-dialog.c: priv->polkit_button = gst_polkit_button_new (NULL, _("_Unlock"));
Created attachment 140696 [details] [review] Changed "_Unlock" to "Unlock"
That's not a proper fix as the _ is meant as a mnemonic. Probably you have to wrap the function call instead.
This is probably related to #590656 and so might be fixed in master
Thanks for reporting and posting a patch. However, as André and Iain have pointed out, the fix for that problem should be done elsewhere in the system. Anyway, that's a duplicate of bug 588333, and I'll continue the discussion there. *** This bug has been marked as a duplicate of bug 588333 ***