Index: /applications/editors/josm/plugins/reverter/build.xml
===================================================================
--- /applications/editors/josm/plugins/reverter/build.xml	(revision 27603)
+++ /applications/editors/josm/plugins/reverter/build.xml	(revision 27604)
@@ -30,7 +30,7 @@
 <project name="reverter" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="Update reverter for 4602"/>
+    <property name="commit.message" value="Reverter: moved menu to Alt-Y (conflicts), recompile"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="4734"/>
+    <property name="plugin.main.version" value="4855"/>
     <!--
       ************************************************
Index: /applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java
===================================================================
--- /applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java	(revision 27603)
+++ /applications/editors/josm/plugins/reverter/src/reverter/ReverterPlugin.java	(revision 27604)
@@ -19,5 +19,5 @@
     public ReverterPlugin(PluginInformation info) {
         super(info);
-        JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_S,
+        JMenu historyMenu = Main.main.menu.addMenu(marktr("History"), KeyEvent.VK_Y,
                 Main.main.menu.defaultMenuPos,ht("/Plugin/Reverter"));
         //MainMenu.add(historyMenu, new ObjectsHistoryAction());
