error messages review
[mono.git] / mcs / errors / cs0138.cs
index 238bb9e1c15b30e11a72029db9102440cf3ae6ea..4d1632b60cb8ed8c051fcf215940b0a4bd41a823 100644 (file)
@@ -1,4 +1,4 @@
-// cs0138.cs: A using namespace directive can only be applied to namespaces; `System.Console' is a type not a namespace
+// cs0138.cs: `System.Console is a type not a namespace. A using namespace directive can only be applied to namespaces
 // Line: 5
 
 using System;