diff --git a/Engine/Strings.Designer.cs b/Engine/Strings.Designer.cs
index c34570bcd..1fed6e234 100644
--- a/Engine/Strings.Designer.cs
+++ b/Engine/Strings.Designer.cs
@@ -19,7 +19,7 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Strings {
@@ -646,7 +646,7 @@ internal static string WrongKeyFormat {
}
///
- /// Looks up a localized string similar to {0} is not a valid key in the settings hashtable. Valid keys are ExcludeRules, IncludeRules and Severity..
+ /// Looks up a localized string similar to {0} is not a valid key in the settings hashtable. Valid keys are CustomRulePath, ExcludeRules, IncludeRules, IncludeDefaultRules, RecurseCustomRulePath, Rules and Severity..
///
internal static string WrongKeyHashTable {
get {
diff --git a/Engine/Strings.resx b/Engine/Strings.resx
index 553443839..346a25aa6 100644
--- a/Engine/Strings.resx
+++ b/Engine/Strings.resx
@@ -238,7 +238,7 @@
Key {0} in the settings is not a string.
- {0} is not a valid key in the settings hashtable. Valid keys are ExcludeRules, IncludeRules and Severity.
+ {0} is not a valid key in the settings hashtable. Valid keys are CustomRulePath, ExcludeRules, IncludeRules, IncludeDefaultRules, RecurseCustomRulePath, Rules and Severity.
Value {0} for key {1} has the wrong data type.