diff --git a/windows/src/global/delphi/packages/Keyman.System.PackageInfoRefreshLexicalModels.pas b/windows/src/global/delphi/packages/Keyman.System.PackageInfoRefreshLexicalModels.pas index 5978c9adc0..48b3542990 100644 --- a/windows/src/global/delphi/packages/Keyman.System.PackageInfoRefreshLexicalModels.pas +++ b/windows/src/global/delphi/packages/Keyman.System.PackageInfoRefreshLexicalModels.pas @@ -120,7 +120,7 @@ begin else if not TCanonicalLanguageCodeUtils.IsCanonical(tag, msg, False, False) then begin - DoError(Format(SWarning_LanguageTagIsNotCanonical, [lm.ID, lang.ID, msg]), plsWarning); + DoError(Format(SWarning_LanguageTagIsNotCanonical, [lm.ID, lang.ID, msg]), plsInfo); end; finally Free;