mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-16 12:39:16 +02:00
IDE: fixed typos in resource strings
This commit is contained in:
parent
32f9d39f60
commit
584fe85a36
@ -1981,8 +1981,8 @@ resourcestring
|
|||||||
dlgPasDeclaredTypeValueMode = 'Extend of initial-value-highlight in declarations';
|
dlgPasDeclaredTypeValueMode = 'Extend of initial-value-highlight in declarations';
|
||||||
dlgPasDeclaredTypeValueModeLiteral = 'Include literals (Number, String) in initial-value-highlight in declarations';
|
dlgPasDeclaredTypeValueModeLiteral = 'Include literals (Number, String) in initial-value-highlight in declarations';
|
||||||
dlgPasDeclaredTypeAttrModeIdent = 'Identifier only';
|
dlgPasDeclaredTypeAttrModeIdent = 'Identifier only';
|
||||||
dlgPasDeclaredTypeAttrModeNames = 'Identifier and build-in types/values';
|
dlgPasDeclaredTypeAttrModeNames = 'Identifier and built-in types/values';
|
||||||
dlgPasDeclaredTypeAttrModeKeywords = 'Identifier, build-in and keywords';
|
dlgPasDeclaredTypeAttrModeKeywords = 'Identifier and built-in keywords';
|
||||||
dlgPasDeclaredTypeAttrModeKeyAndSym = 'All, including symbols';
|
dlgPasDeclaredTypeAttrModeKeyAndSym = 'All, including symbols';
|
||||||
|
|
||||||
dlgPasStringKeywords = 'Highlight "String" types as keyword';
|
dlgPasStringKeywords = 'Highlight "String" types as keyword';
|
||||||
|
Loading…
Reference in New Issue
Block a user