From 10b81d56ba3fa27dedffe509dd657d768aeff37f Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Sun, 3 Apr 2022 06:39:48 +1000 Subject: [PATCH] Update windows/src/developer/kmcmpdll/Compiler.rc Co-authored-by: Eberhard Beilharz --- windows/src/developer/kmcmpdll/Compiler.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/src/developer/kmcmpdll/Compiler.rc b/windows/src/developer/kmcmpdll/Compiler.rc index 7d8431da64..281923bf1f 100644 --- a/windows/src/developer/kmcmpdll/Compiler.rc +++ b/windows/src/developer/kmcmpdll/Compiler.rc @@ -226,7 +226,7 @@ BEGIN CWARN_HotkeyHasInvalidModifier "Hotkey has modifiers that are not supported. Use only SHIFT, CTRL and ALT" CINFO_NonUnicodeFile "Keyman Developer has detected that the file has ANSI encoding. Consider converting this file to UTF-8" CWARN_NulNotFirstStatementInContext "nul must be the first statement in the context" - CWARN_IfShouldBeAtStartOfContext "if, platform and baselayout should be at start of context (after nul, if present])" + CWARN_IfShouldBeAtStartOfContext "if, platform and baselayout should be at start of context (after nul, if present)" CWARN_KeyShouldIncludeNCaps "Other rules which reference this key include CAPS or NCAPS modifiers, so this rule must include NCAPS modifier to avoid inconsistent matches" CINFO_UnreachableRule "Hint: This rule will never be matched as another rule takes precedence" END