From 4d5fef69f7aface0604edde9229eb7e43ec8a614 Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Mon, 19 Apr 2021 07:53:22 +0700 Subject: [PATCH] fix(developer): Reduce non-canonical BCP 47 tag warning in PackageInfo to "Info" --- .../packages/Keyman.System.PackageInfoRefreshLexicalModels.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;