Index: trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java	(revision 14858)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java	(revision 14859)
@@ -615,5 +615,5 @@
             withErrors.put(p, "WPK");
         } else {
-            errors.add(TestError.builder(this, Severity.OTHER, INVALID_VALUE)
+            errors.add(TestError.builder(this, Severity.OTHER, INVALID_KEY)
                     .message(tr("Presets do not contain property key"), marktr("Key ''{0}'' not in presets."), key)
                     .primitives(p)
