IDE: clarified a caption ("Code-Template" -> "Template", as this caption denotes specific highlighted word)

This commit is contained in:
Maxim Ganetsky 2024-10-22 00:40:07 +03:00
parent 38ce55d2e3
commit fe7ee59f21

View File

@ -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';