*** empty log message ***
diff --git a/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties b/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties
index 424c96f..62a316d 100644
--- a/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties
+++ b/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties
@@ -466,7 +466,7 @@
 569 = Type safety: Unchecked invocation {0}({3}) of the generic constructor {0}({1}) of type {2}
 570 = Type safety: Unchecked invocation {0}({3}) of the generic method {0}({1}) of type {2}
 571 = The type parameter {0} is hiding the type {1}
-572 = Type safety: {0} is a raw type. References to generic type {1} should be parameterized
+572 = {0} is a raw type. References to generic type {1} should be parameterized
 
 ### FOREACH
 580 = Type mismatch: cannot convert from element type {0} to {1}