提交 e1fdc2e6 编写于 作者: L Llewellyn Pritchard

Improve text for CS1615

上级 143df97b
......@@ -800,7 +800,7 @@ internal class CSharpResources {
}
/// <summary>
/// Looks up a localized string similar to Argument {0} should not be passed with the &apos;{1}&apos; keyword.
/// Looks up a localized string similar to Argument {0} may not be passed with the &apos;{1}&apos; keyword.
/// </summary>
internal static string ERR_BadArgExtraRef {
get {
......
......@@ -2636,7 +2636,7 @@ A catch() block after a catch (System.Exception e) block can catch non-CLS excep
<value>'{0}' is ambiguous between '{1}' and '{2}'; use either '@{0}' or '{0}Attribute'</value>
</data>
<data name="ERR_BadArgExtraRef" xml:space="preserve">
<value>Argument {0} should not be passed with the '{1}' keyword</value>
<value>Argument {0} may not be passed with the '{1}' keyword</value>
</data>
<data name="WRN_CmdOptionConflictsSource" xml:space="preserve">
<value>Option '{0}' overrides attribute '{1}' given in a source file or added module</value>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册