Bug 1000002 - Eyedropper and Style Editor use same commandkey: 'y', uppercase the 'a' for App Manager. r=jaws

This commit is contained in:
Sebastian Hengst 2014-04-25 23:37:34 +02:00
parent ca2b3981b8
commit ea802f9092
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ These should match what Safari and other Apple applications use on OS X Lion. --
<!ENTITY devToolbarMenu.label "Developer Toolbar">
<!ENTITY devToolbarMenu.accesskey "v">
<!ENTITY devAppMgrMenu.label "App Manager">
<!ENTITY devAppMgrMenu.accesskey "a">
<!ENTITY devAppMgrMenu.accesskey "A">
<!ENTITY devToolbar.keycode "VK_F2">
<!ENTITY devToolbar.keytext "F2">
<!ENTITY devToolboxMenuItem.label "Toggle Tools">

View File

@ -58,7 +58,7 @@ open.commandkey=VK_F7
# LOCALIZATION NOTE (open.accesskey): The access key used to open the style
# editor.
open.accesskey=y
open.accesskey=l
# LOCALIZATION NOTE (saveStyleSheet.commandkey): This the key to use in
# conjunction with accel (Command on Mac or Ctrl on other platforms) to Save