Index: trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
===================================================================
--- trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java	(revision 16974)
+++ trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java	(revision 16975)
@@ -159,5 +159,6 @@
             new DeprecatedPlugin("gpxfilter", inCore),
             new DeprecatedPlugin("tag2link", inCore),
-            new DeprecatedPlugin("rapid", tr(replacedByPlugin, "MapWithAI"))
+            new DeprecatedPlugin("rapid", tr(replacedByPlugin, "MapWithAI")),
+            new DeprecatedPlugin("MovementAlert", inCore)
         );
         Collections.sort(DEPRECATED_PLUGINS);
