Index: /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/actions/MapillaryImportAction.java
===================================================================
--- /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/actions/MapillaryImportAction.java	(revision 31917)
+++ /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/actions/MapillaryImportAction.java	(revision 31918)
@@ -43,10 +43,6 @@
         MapillaryPlugin.getProvider("icon24.png"),
         tr("Import local pictures"),
-        Shortcut.registerShortcut(
-            "Import Mapillary",
-            tr("Import pictures into Mapillary layer"),
-            KeyEvent.CHAR_UNDEFINED,
-            Shortcut.NONE
-        ),
+        Shortcut.registerShortcut("Import Mapillary", tr("Import pictures into Mapillary layer"),
+            KeyEvent.CHAR_UNDEFINED, Shortcut.NONE),
         false,
         "mapillaryImport",
Index: /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/actions/MapillaryImportIntoSequenceAction.java
===================================================================
--- /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/actions/MapillaryImportIntoSequenceAction.java	(revision 31917)
+++ /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/actions/MapillaryImportIntoSequenceAction.java	(revision 31918)
@@ -46,7 +46,6 @@
   public MapillaryImportIntoSequenceAction() {
     super(tr("Import pictures into sequence"), MapillaryPlugin
-        .getProvider("icon24.png"), tr("Import local pictures"), Shortcut
-        .registerShortcut("Import Mapillary Sequence",
-            tr("Import pictures into Mapillary layer in a sequence"),
+        .getProvider("icon24.png"), tr("Import local pictures"),
+        Shortcut.registerShortcut("Import Mapillary Sequence", tr("Import pictures into Mapillary layer in a sequence"),
             KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false,
         "mapillaryImportSequence", false);
Index: /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/actions/MapillaryZoomAction.java
===================================================================
--- /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/actions/MapillaryZoomAction.java	(revision 31917)
+++ /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/actions/MapillaryZoomAction.java	(revision 31918)
@@ -31,7 +31,6 @@
   public MapillaryZoomAction() {
     super(tr("Zoom to selected image"), MapillaryPlugin
-        .getProvider("icon24.png"), tr("Zoom to selected image"), Shortcut
-        .registerShortcut("Zoom Mapillary",
-            tr("Zoom to the currently selected Mapillary image"),
+        .getProvider("icon24.png"), tr("Zoom to selected image"),
+        Shortcut.registerShortcut("Zoom Mapillary", tr("Zoom to the currently selected Mapillary image"),
             KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false, "mapillaryZoom",
         false);
