diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-26 17:42:36 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-26 17:42:36 +0800 |
commit | b7425ebaedc757048c40f0087bfcb200e5781074 (patch) | |
tree | 08c63daea28810b8d645a4ec639e349f46a78979 /data | |
parent | 6ef033c1ed5f1626ce565f72664e258f8ef3cc79 (diff) | |
download | gsoc2013-epiphany-b7425ebaedc757048c40f0087bfcb200e5781074.tar.gz gsoc2013-epiphany-b7425ebaedc757048c40f0087bfcb200e5781074.tar.zst gsoc2013-epiphany-b7425ebaedc757048c40f0087bfcb200e5781074.zip |
The accel for Help should be F1, not Ctrl+h
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-application-menu.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/epiphany-application-menu.ui b/data/ui/epiphany-application-menu.ui index 74ec40606..e190b8ad8 100644 --- a/data/ui/epiphany-application-menu.ui +++ b/data/ui/epiphany-application-menu.ui @@ -34,7 +34,7 @@ <item> <attribute name="label" translatable="yes">_Help</attribute> <attribute name="action">app.help</attribute> - <attribute name="accel"><Primary>h</attribute> + <attribute name="accel">F1</attribute> </item> <item> <attribute name="label" translatable="yes">_About</attribute> |