diff --git a/src/dev/impl/DevToys/LanguageManager.cs b/src/dev/impl/DevToys/LanguageManager.cs index 660ed1dc94..31ac99e863 100644 --- a/src/dev/impl/DevToys/LanguageManager.cs +++ b/src/dev/impl/DevToys/LanguageManager.cs @@ -3248,5 +3248,10 @@ public class XmlValidatorStrings : ObservableObject /// Gets the resource XmlIsValidMessage. /// public string XmlIsValidMessage => _resources.GetString("XmlIsValidMessage"); + + /// + /// Gets the resource SearchKeywords. + /// + public string SearchKeywords => _resources.GetString("SearchKeywords"); } } diff --git a/src/dev/impl/DevToys/Strings/en-US/XmlValidator.resw b/src/dev/impl/DevToys/Strings/en-US/XmlValidator.resw index 6015bcecbb..a857327570 100644 --- a/src/dev/impl/DevToys/Strings/en-US/XmlValidator.resw +++ b/src/dev/impl/DevToys/Strings/en-US/XmlValidator.resw @@ -139,6 +139,9 @@ XML and XSD content must be set in order to perform a validation. - XML is compliant to the defined XSD scheme. + XML is compliant to the defined XSD scheme. + + + XML XSD Validate \ No newline at end of file