IDE: fixed typos in resource strings

This commit is contained in:
Maxim Ganetsky 2025-03-12 17:41:36 +03:00
parent 32f9d39f60
commit 584fe85a36

View File

@ -1981,8 +1981,8 @@ resourcestring
dlgPasDeclaredTypeValueMode = 'Extend of initial-value-highlight in declarations';
dlgPasDeclaredTypeValueModeLiteral = 'Include literals (Number, String) in initial-value-highlight in declarations';
dlgPasDeclaredTypeAttrModeIdent = 'Identifier only';
dlgPasDeclaredTypeAttrModeNames = 'Identifier and build-in types/values';
dlgPasDeclaredTypeAttrModeKeywords = 'Identifier, build-in and keywords';
dlgPasDeclaredTypeAttrModeNames = 'Identifier and built-in types/values';
dlgPasDeclaredTypeAttrModeKeywords = 'Identifier and built-in keywords';
dlgPasDeclaredTypeAttrModeKeyAndSym = 'All, including symbols';
dlgPasStringKeywords = 'Highlight "String" types as keyword';