From: Marek Safar Date: Sat, 4 Aug 2012 15:34:57 +0000 (-0400) Subject: Fix typo X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=7caeaa0b0539150d5265aad9d02f3e4c8ff804e5;p=mono.git Fix typo --- diff --git a/mcs/errors/cs0737-2.cs b/mcs/errors/cs0737-2.cs index 408b09dee0f..ccb60fb66c0 100644 --- a/mcs/errors/cs0737-2.cs +++ b/mcs/errors/cs0737-2.cs @@ -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; diff --git a/mcs/errors/cs0737-3.cs b/mcs/errors/cs0737-3.cs index aaf15167aac..0069790b239 100644 --- a/mcs/errors/cs0737-3.cs +++ b/mcs/errors/cs0737-3.cs @@ -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; diff --git a/mcs/errors/cs0737.cs b/mcs/errors/cs0737.cs index 1f574780914..bcbe0334a93 100644 --- a/mcs/errors/cs0737.cs +++ b/mcs/errors/cs0737.cs @@ -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; diff --git a/mcs/mcs/pending.cs b/mcs/mcs/pending.cs index b3312862931..fb59f1d016e 100644 --- a/mcs/mcs/pending.cs +++ b/mcs/mcs/pending.cs @@ -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, diff --git a/po/mcs/de.po b/po/mcs/de.po index e04c3e3c3c6..6db6dfe238d 100644 --- a/po/mcs/de.po +++ b/po/mcs/de.po @@ -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 diff --git a/po/mcs/es.po b/po/mcs/es.po index 511c52f5f87..12df9ff8aeb 100644 --- a/po/mcs/es.po +++ b/po/mcs/es.po @@ -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 diff --git a/po/mcs/ja.po b/po/mcs/ja.po index 92d7055cec0..2b37488ac27 100644 --- a/po/mcs/ja.po +++ b/po/mcs/ja.po @@ -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 diff --git a/po/mcs/mcs.pot b/po/mcs/mcs.pot index 422903a7016..075b250ca1b 100644 --- a/po/mcs/mcs.pot +++ b/po/mcs/mcs.pot @@ -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 diff --git a/po/mcs/pt_BR.po b/po/mcs/pt_BR.po index 88943f9a465..ce8f2c75181 100644 --- a/po/mcs/pt_BR.po +++ b/po/mcs/pt_BR.po @@ -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"