Index: trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java	(revision 6648)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java	(revision 6649)
@@ -337,7 +337,7 @@
                 final String description = getDescriptionForMatchingSelector(matchingSelector);
                 if (fix != null) {
-                    return new FixableTestError(null, getSeverity(), description, 3000, p, fix);
+                    return new FixableTestError(null, getSeverity(), description, description, matchingSelector.toString(), 3000, p, fix);
                 } else {
-                    return new TestError(null, getSeverity(), description, 3000, p);
+                    return new TestError(null, getSeverity(), description, description, matchingSelector.toString(), 3000, p);
                 }
             } else {
