From f2a18f819a69bb2811e9affc1360240ae98b152c Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Fri, 4 Apr 2025 00:14:09 +0300 Subject: [PATCH] SynEdit: improved a caption --- components/synedit/syneditstrconst.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/synedit/syneditstrconst.pp b/components/synedit/syneditstrconst.pp index 33b886ddfa..f1dd38906c 100644 --- a/components/synedit/syneditstrconst.pp +++ b/components/synedit/syneditstrconst.pp @@ -66,7 +66,7 @@ resourcestring SYNS_AttrCharacter = 'Character'; SYNS_AttrClass = 'Class'; SYNS_AttrComment = 'Comment'; - SYNS_AttrCommentAnsi = 'Ansi Comment'; + SYNS_AttrCommentAnsi = 'ANSI Comment'; SYNS_AttrCommentCurly = 'Curly Comment'; SYNS_AttrCommentSlash = 'Slash Comment'; SYNS_AttrIDEDirective = 'IDE Directive';