Index: /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java
===================================================================
--- /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java	(revision 30706)
+++ /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintAction.java	(revision 30707)
@@ -21,5 +21,4 @@
  *
  */
-
 package org.openstreetmap.josm.plugins.print;
 
@@ -46,7 +45,6 @@
     public PrintAction() {
         super(tr("Print..."), (String)null, tr("Print the map"),
-        Shortcut.registerShortcut("print:print", tr("File: {0}", tr("Print...")),
-	KeyEvent.VK_P, Shortcut.CTRL),
-            true, "print/print", true);
+                Shortcut.registerShortcut("system:print", tr("File: {0}", tr("Print...")),
+                        KeyEvent.VK_P, Shortcut.CTRL), true, "print/print", true);
     }
 
@@ -57,5 +55,5 @@
      */
     @Override
-	public void actionPerformed(ActionEvent e) {
+    public void actionPerformed(ActionEvent e) {
         // Allow the JOSM GUI to be redrawn before modifying preferences
         SwingUtilities.invokeLater(this);
@@ -68,5 +66,5 @@
      */
     @Override
-	public void run () {
+    public void run () {
         PrintPlugin.adjustPrefs();
         PrintDialog window = new PrintDialog(Main.parent);
