Index: trunk/src/org/openstreetmap/josm/data/validation/tests/TurnrestrictionTest.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/TurnrestrictionTest.java	(revision 15003)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/TurnrestrictionTest.java	(revision 15004)
@@ -63,5 +63,5 @@
         if (!r.hasTag("restriction", SUPPORTED_RESTRICTIONS)) {
             errors.add(TestError.builder(this, Severity.ERROR, UNKNOWN_RESTRICTION)
-                    .message(tr("Unknown restriction"))
+                    .message(tr("Unknown turnrestriction"))
                     .primitives(r)
                     .build());
@@ -116,5 +116,5 @@
                 default:
                     errors.add(TestError.builder(this, Severity.WARNING, UNEXPECTED_ROLE)
-                            .message(tr("Unexpected role ''{0}'' in restriction", m.getRole()))
+                            .message(tr("Unexpected role ''{0}'' in turnrestriction", m.getRole()))
                             .primitives(l)
                             .highlight(m.getMember())
@@ -135,5 +135,5 @@
                 } else {
                     errors.add(TestError.builder(this, Severity.WARNING, UNEXPECTED_ROLE)
-                            .message(tr("Unexpected role ''{0}'' in restriction", m.getRole()))
+                            .message(tr("Unexpected role ''{0}'' in turnrestriction", m.getRole()))
                             .primitives(l)
                             .highlight(m.getMember())
@@ -142,5 +142,5 @@
             } else {
                 errors.add(TestError.builder(this, Severity.WARNING, UNEXPECTED_TYPE)
-                        .message(tr("Unexpected member type in restriction"))
+                        .message(tr("Unexpected member type in turnrestriction"))
                         .primitives(l)
                         .highlight(m.getMember())
