Index: /trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java	(revision 7267)
+++ /trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java	(revision 7268)
@@ -370,5 +370,5 @@
             }
             if (checkValues && value != null && (value.startsWith(" ") || value.endsWith(" ")) && !withErrors.contains(p, "SPACE")) {
-                errors.add( new TestError(this, Severity.OTHER, tr("Property values start or end with white space"),
+                errors.add( new TestError(this, Severity.WARNING, tr("Property values start or end with white space"),
                         tr(s, key), MessageFormat.format(s, key), INVALID_SPACE, p) );
                 withErrors.put(p, "SPACE");
