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