[msvc] Update csproj files (#5052)
[mono.git] / mcs / errors / cs0572.cs
index 7f3047e0d7214364cd0b82360d0ffa7e2f4941cd..a40ddfbddbbf8d274fa9aed9cec9ceeed10f9e9c 100644 (file)
@@ -1,4 +1,4 @@
-// cs0572: Can't reference type `Foo' through an expression; try `Y.Foo' instead.
+// CS0572: `Foo': cannot reference a type through an expression. Consider using `Y.Foo' instead
 // Line: 13
 using System;