Index: org/openstreetmap/josm/plugins/PluginHandler.java
===================================================================
--- org/openstreetmap/josm/plugins/PluginHandler.java	(revision 17551)
+++ org/openstreetmap/josm/plugins/PluginHandler.java	(working copy)
@@ -160,7 +160,8 @@
             new DeprecatedPlugin("gpxfilter", inCore),
             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);
     }
