Fix typo
authorMarek Safar <marek.safar@gmail.com>
Sat, 4 Aug 2012 15:34:57 +0000 (11:34 -0400)
committerMarek Safar <marek.safar@gmail.com>
Sat, 4 Aug 2012 15:35:35 +0000 (11:35 -0400)
mcs/errors/cs0737-2.cs
mcs/errors/cs0737-3.cs
mcs/errors/cs0737.cs
mcs/mcs/pending.cs
po/mcs/de.po
po/mcs/es.po
po/mcs/ja.po
po/mcs/mcs.pot
po/mcs/pt_BR.po

index 408b09dee0fd78ec7894f668f32074ff8036093b..ccb60fb66c0383797731edb144272bab3d1369ff 100644 (file)
@@ -1,4 +1,4 @@
-// CS0737: `MyTest' does not implement interface member `System.ICloneable.Clone()' and the best implementing candidate `MyTest.Clone()' in not public
+// CS0737: `MyTest' does not implement interface member `System.ICloneable.Clone()' and the best implementing candidate `MyTest.Clone()' is not public
 // Line: 6
 
 using System;
index aaf15167aac222663faaa0201c89a55de5f93875..0069790b239d8b99c452862a198f9a5243871cc9 100644 (file)
@@ -1,4 +1,4 @@
-// CS0737: `MySubClass' does not implement interface member `I.Foo.set' and the best implementing candidate `MyTest.Foo.set' in not public
+// CS0737: `MySubClass' does not implement interface member `I.Foo.set' and the best implementing candidate `MyTest.Foo.set' is not public
 // Line: 6
 
 using System;
index 1f574780914435db70013fc02f5d5ee6e25db1bc..bcbe0334a93912cc19880f6464fa59382e6e0f69 100644 (file)
@@ -1,4 +1,4 @@
-// CS0737: `MySubClass' does not implement interface member `System.ICloneable.Clone()' and the best implementing candidate `MyTest.Clone()' in not public
+// CS0737: `MySubClass' does not implement interface member `System.ICloneable.Clone()' and the best implementing candidate `MyTest.Clone()' is not public
 // Line: 6
 
 using System;
index b3312862931a06438efddde5f12765be244f2c07..fb59f1d016e93c1e9997b6c3e183695429c7de0f 100644 (file)
@@ -692,7 +692,7 @@ namespace Mono.CSharp {
                                                                        container.GetSignatureForError (), mi.GetSignatureForError (), candidate.GetSignatureForError ());
                                                        } else if ((candidate.Modifiers & Modifiers.PUBLIC) == 0) {
                                                                Report.Error (737, container.Location,
-                                                                       "`{0}' does not implement interface member `{1}' and the best implementing candidate `{2}' in not public",
+                                                                       "`{0}' does not implement interface member `{1}' and the best implementing candidate `{2}' is not public",
                                                                        container.GetSignatureForError (), mi.GetSignatureForError (), candidate.GetSignatureForError ());
                                                        } else {
                                                                Report.Error (738, container.Location,
index e04c3e3c3c677c901de447b353a8fd8e646dd7fe..6db6dfe238d567c98ee016cd853040ce2ae308cf 100644 (file)
@@ -3074,7 +3074,7 @@ msgstr ""
 #, csharp-format
 msgid ""
 "`{0}' does not implement interface member `{1}' and the best implementing "
-"candidate `{2}' in not public"
+"candidate `{2}' is not public"
 msgstr ""
 
 #: mcs/mcs/pending.cs:699
index 511c52f5f87bf13de403b7c369b9e1e044906078..12df9ff8aebd225294fc52bba2de3696881ee471 100644 (file)
@@ -3159,7 +3159,7 @@ msgstr ""
 #, csharp-format
 msgid ""
 "`{0}' does not implement interface member `{1}' and the best implementing "
-"candidate `{2}' in not public"
+"candidate `{2}' is not public"
 msgstr ""
 
 #: mcs/mcs/pending.cs:699
index 92d7055cec088d4a92cced029ac5dcfd37ac1754..2b37488ac27d6f9f1d9d11119f01bc56dcc106ae 100644 (file)
@@ -3123,7 +3123,7 @@ msgstr ""
 #, csharp-format
 msgid ""
 "`{0}' does not implement interface member `{1}' and the best implementing "
-"candidate `{2}' in not public"
+"candidate `{2}' is not public"
 msgstr ""
 
 #: mcs/mcs/pending.cs:699
index 422903a7016e60718d4c06f9600c6541ab087f63..075b250ca1b75aa1b4699716deb3bb93b88336eb 100644 (file)
@@ -3015,7 +3015,7 @@ msgstr ""
 #, csharp-format
 msgid ""
 "`{0}' does not implement interface member `{1}' and the best implementing "
-"candidate `{2}' in not public"
+"candidate `{2}' is not public"
 msgstr ""
 
 #: mcs/mcs/pending.cs:699
index 88943f9a4651aeb068cce95152f94abef60a9c91..ce8f2c75181cd9f154cc80cd858be0c963084a81 100644 (file)
@@ -3568,7 +3568,7 @@ msgstr ""
 #, csharp-format
 msgid ""
 "`{0}' does not implement interface member `{1}' and the best implementing "
-"candidate `{2}' in not public"
+"candidate `{2}' is not public"
 msgstr ""
 "O \"{0}\" não implementa o membro da interface \"{1}\" e o melhor candidato "
 "a implementação \"{2}\" não é público"