diff --git a/docs/Help/Topics/PropPage-Language.xml b/docs/Help/Topics/PropPage-Language.xml index 99c2ad3500..04eb0c65c0 100644 --- a/docs/Help/Topics/PropPage-Language.xml +++ b/docs/Help/Topics/PropPage-Language.xml @@ -80,7 +80,7 @@ Allow Named Arguments - Allow named arguments (Default = FALSE for the Core dialect and TRUE for the other dialects). Changing the dialect may also automatically change this setting. + Allow named arguments (Default = TRUE for the Core dialect and FALSE for the other dialects). Changing the dialect may also automatically change this setting. /namedargs diff --git a/src/VisualStudio/XSharpCodeModelXs/Settings/Strings.prg b/src/VisualStudio/XSharpCodeModelXs/Settings/Strings.prg index 54f5febacc..4d31bb6e6e 100644 --- a/src/VisualStudio/XSharpCodeModelXs/Settings/Strings.prg +++ b/src/VisualStudio/XSharpCodeModelXs/Settings/Strings.prg @@ -129,7 +129,7 @@ class LanguagePropertyPagePanel const AZDescription := "Use Zero Based Arrays (/az)" as string const INSDescription := "Enable the implicit lookup of classes defined in assemblies with an Implicit Namespace attribute (/ins)" as string const LBDescription := "Allow property access and method calls on expressions of type OBJECT and USUAL (/lb)" as string - const NamedArgDescription := "Allow named arguments (Default = FALSE for the Core dialect and TRUE for the other dialects). Changing the dialect may also automatically change this setting. (/namedargs)" as string + const NamedArgDescription := "Allow named arguments (Default = TRUE for the Core dialect and FALSE for the other dialects). Changing the dialect may also automatically change this setting. (/namedargs)" as string const NSDescription := "Prefix all classes that do not have a namespace prefix and are not in a begin namespace ... end namespace block with the namespace of the assembly (/ns:)" as string const OVFDescription := "Check for Overflow and Underflow for numeric expressions, like the CHECKED keyword. (/ovf)" as string const UnsafeDescription := "Allow Unsafe code inside this assembly (/unsafe)" as string