mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
IDE: clarified a caption ("Code-Template" -> "Template", as this caption denotes specific highlighted word)
This commit is contained in:
parent
38ce55d2e3
commit
fe7ee59f21
@ -6292,7 +6292,7 @@ resourcestring
|
||||
optDispGutterUseCurrentLineColor = 'Use current line color';
|
||||
optDispGutterUseCurrentLineNumberColor = 'Use current line number color';
|
||||
dlgMatchWords = 'Match words';
|
||||
dlgKeyWord = 'KeyWord';
|
||||
dlgKeyWord = 'Keyword';
|
||||
dlgModifier = 'Modifier';
|
||||
dlgIAhadentifierComplEntryVar = 'Var';
|
||||
dlgIAhadentifierComplEntryType = 'Type';
|
||||
@ -6307,7 +6307,7 @@ resourcestring
|
||||
dlgIAhadentifierComplEntryUnit = 'Unit';
|
||||
dlgIAhadentifierComplEntryNamespace = 'Namespace';
|
||||
dlgIAhadentifierComplEntryText = 'Text';
|
||||
dlgIAhadentifierComplEntryCodeTemplate = 'Code-Template';
|
||||
dlgIAhadentifierComplEntryCodeTemplate = 'Template';
|
||||
dlgIAhadentifierComplEntryKeyword = 'Keyword';
|
||||
dlgIAhadentifierComplEntryOther = 'Other';
|
||||
dlgIAhadentifierComplEntryEnum = 'Enum';
|
||||
|
Loading…
Reference in New Issue
Block a user