Index: /trunk/src/org/openstreetmap/josm/data/validation/tests/TurnrestrictionTest.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/validation/tests/TurnrestrictionTest.java	(revision 14973)
+++ /trunk/src/org/openstreetmap/josm/data/validation/tests/TurnrestrictionTest.java	(revision 14974)
@@ -137,5 +137,5 @@
                 case "location_hint":
                     errors.add(TestError.builder(this, Severity.WARNING, UNKNOWN_ROLE)
-                            .message(tr("Role location_hint in not in templates"))
+                            .message(tr("Role ''{0}'' is not in templates", m.getRole()))
                             .primitives(l)
                             .highlight(m.getMember())
