X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0260.cs;h=69d6cce6f6114ba2ae3b7a6d90aec34e24076d21;hb=5e40f8980c5b236f57da360d30220103875c9581;hp=20e9a456b182df644c5b3d00209a18c6800572a7;hpb=699e59742843044f6efa1726b7cb64f19d909e64;p=mono.git diff --git a/mcs/errors/cs0260.cs b/mcs/errors/cs0260.cs index 20e9a456b18..69d6cce6f61 100644 --- a/mcs/errors/cs0260.cs +++ b/mcs/errors/cs0260.cs @@ -1,4 +1,4 @@ -// CS0260: Missing partial modifier on declaration of type `Foo'; another partial implementation of this type exists +// CS0260: Missing partial modifier on declaration of type `Foo'. Another partial declaration of this type exists // Line: 3 public class Foo { }