commit f110e3fba206fc78f0019d8200869bfa30788649
parent eb93c421e59c02a75c3ea9ce2e1fed51d82bb19d
Author: gracile-fr <gracile@gmx.com>
Date: Sat, 16 Feb 2013 22:33:22 +0100
Fix strange accesskeys in Standalone "(Print" & "Support and Documentation")
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/locale/en-US/zotero/standalone.dtd b/chrome/locale/en-US/zotero/standalone.dtd
@@ -20,7 +20,7 @@
<!ENTITY pageSetupCmd.accesskey "U">
<!ENTITY printCmd.label "Print…">
<!ENTITY printCmd.key "P">
-<!ENTITY printCmd.accesskey "U">
+<!ENTITY printCmd.accesskey "P">
<!ENTITY closeCmd.label "Close">
<!ENTITY closeCmd.key "W">
<!ENTITY closeCmd.accesskey "C">
@@ -91,7 +91,7 @@
<!ENTITY aboutProduct.label "About &brandShortName;">
<!ENTITY aboutProduct.accesskey "A">
<!ENTITY productHelp.label "Support and Documentation">
-<!ENTITY productHelp.accesskey "H">
+<!ENTITY productHelp.accesskey "D">
<!ENTITY helpTroubleshootingInfo.label "Troubleshooting Information">
<!ENTITY helpTroubleshootingInfo.accesskey "T">
<!ENTITY helpFeedbackPage.label "Submit Feedback…">