Index: trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
===================================================================
--- trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java	(revision 18200)
+++ trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java	(revision 18201)
@@ -167,5 +167,6 @@
             new DeprecatedPlugin("javafx-osx", inCore),
             new DeprecatedPlugin("javafx-unixoid", inCore),
-            new DeprecatedPlugin("javafx-windows", inCore)
+            new DeprecatedPlugin("javafx-windows", inCore),
+            new DeprecatedPlugin("wikidata", tr(replacedByPlugin, "osmwiki-dataitem"))
         );
         Collections.sort(DEPRECATED_PLUGINS);
