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