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 671879 - Missing and non-working mnemonics in Network dialog
Missing and non-working mnemonics in Network dialog
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Network
3.3.x
Other Linux
: Normal trivial
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-12 09:58 UTC by André Klapper
Modified: 2012-06-14 08:38 UTC
See Also:
GNOME target: ---
GNOME version: 3.3/3.4


Attachments
network: Add mnemonic for Airplane mode (1.67 KB, patch)
2012-06-14 02:47 UTC, Matthias Clasen
none Details | Review
network: Add mnemonics (2.37 KB, patch)
2012-06-14 02:47 UTC, Matthias Clasen
none Details | Review
network: Add a mnemonic for 'Forget Network' (1.46 KB, patch)
2012-06-14 02:56 UTC, Matthias Clasen
none Details | Review

Description André Klapper 2012-03-12 09:58:45 UTC
#: ../panels/network/network.ui.h:2
msgid "Create..."

Missing mnemonic (do not use C which is used by the Cancel button already).

#: ../panels/network/network.ui.h:3
msgid "Interface"

Missing mnemonic to bind the dropdown widget focus to (via <property name="mnemonic_widget">widget-name</property>).

Note that we're under string freeze currently so this is 3.5.x stuff.

For the "Air_plane Mode" switch, pressing Alt+P does not do anything (but I have no idea in which module that string resides).

http://l10n.gnome.org/POT/network-manager-applet.master/network-manager-applet.master.pot
#: ../src/connection-editor/nm-connection-editor.ui.h:11
msgid "Available to all users"
Checkbox does not have a mnemonic.
Comment 1 Jiri Klimes 2012-04-03 10:11:05 UTC
(In reply to comment #0)
> http://l10n.gnome.org/POT/network-manager-applet.master/network-manager-applet.master.pot
> #: ../src/connection-editor/nm-connection-editor.ui.h:11
> msgid "Available to all users"
> Checkbox does not have a mnemonic.

network-manager-applet part is fixed by bca0cf1fc94d3b320b2f702faa9a93e0035da5ee
Comment 2 André Klapper 2012-04-03 10:28:17 UTC
Jiří: ...wondering if network-manager-applet is under a string freeze. At least we got a message about the change to gnome-i18n@, which is not cool.
Comment 3 Matthias Clasen 2012-06-14 02:47:34 UTC
Created attachment 216366 [details] [review]
network: Add mnemonic for Airplane mode

This was lost when the airplane mode switch moved up to the top.
Comment 4 Matthias Clasen 2012-06-14 02:47:45 UTC
Created attachment 216367 [details] [review]
network: Add mnemonics

The Create dialog was missing mnemonics for several controls.
Comment 5 Matthias Clasen 2012-06-14 02:56:01 UTC
Created attachment 216368 [details] [review]
network: Add a mnemonic for 'Forget Network'
Comment 6 Richard Hughes 2012-06-14 08:38:05 UTC
All patches committed, thanks.