mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 00:00:16 +02:00
IDE: improved some captions
This commit is contained in:
parent
63d93a19f0
commit
38136a9910
@ -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 (^)';
|
||||
|
Loading…
Reference in New Issue
Block a user