IDE: improved some captions

This commit is contained in:
Maxim Ganetsky 2025-03-24 22:39:59 +03:00
parent 63d93a19f0
commit 38136a9910

View File

@ -1616,7 +1616,7 @@ resourcestring
dlgTabsToSpaces = 'Tabs to spaces';
dlgTabIndent = 'Tab indents blocks';
dlgTrimTrailingSpaces = 'Trim trailing spaces';
dlgAnsiCommentTab = 'Ansi (* *)';
dlgAnsiCommentTab = 'ANSI (* *)';
dlgCurlyCommentTab = 'Curly { }';
dlgSlashCommentTab = 'Slash //';
dlgStringBreakIndentTab = 'String ''''';
@ -3625,7 +3625,7 @@ resourcestring
lisCodeToolsOptsString = 'String';
lisCodeToolsOptsComment= 'Comment';
lisCodeToolsOptsCommentSlash= 'Slash Comment: //';
lisCodeToolsOptsCommentAnsi = 'Ansi Comment: (*';
lisCodeToolsOptsCommentAnsi = 'ANSI Comment: (*';
lisCodeToolsOptsCommentBor = 'Curly Comment: {';
lisCodeToolsOptsBracket = 'Bracket';
lisCodeToolsOptsCaret = 'Caret (^)';