Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update engine resource string 'WrongKeyHashTable' to include all valid settings hashtable keys #1273

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Engine/Strings.resx
Expand Up @@ -238,7 +238,7 @@
<value>Key {0} in the settings is not a string.</value>
</data>
<data name="WrongKeyHashTable" xml:space="preserve">
<value>{0} is not a valid key in the settings hashtable. Valid keys are ExcludeRules, IncludeRules and Severity.</value>
<value>{0} is not a valid key in the settings hashtable. Valid keys are Severity, IncludeRules, ExcludeRules, Rules, CustomRulePath, RecurseCustomRulePath, and IncludeDefaultRules.</value>
travisclagrone marked this conversation as resolved.
Show resolved Hide resolved
</data>
<data name="WrongValueHashTable" xml:space="preserve">
<value>Value {0} for key {1} has the wrong data type.</value>
Expand Down