mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:19:22 +02:00
ide: fix few strings for consistency
git-svn-id: trunk@17457 -
This commit is contained in:
parent
c3040c20bd
commit
f9f9c4996b
@ -1016,12 +1016,18 @@ resourcestring
|
||||
dlgnoAutomaticRenaming = 'no automatic renaming';
|
||||
dlgAmbigWarn = 'Warn on compile';
|
||||
dlgIgnoreVerb = 'Ignore';
|
||||
// OI colors
|
||||
dlgBackColor = 'Background';
|
||||
dlgSubPropColor = 'SubProperties';
|
||||
dlgReferenceColor = 'Reference';
|
||||
dlgValueColor = 'Value';
|
||||
dlgHighlightColor = 'Highlight';
|
||||
dlgHighlightFontColor = 'Highlight Font';
|
||||
dlgDefValueColor = 'Default Value';
|
||||
dlgPropNameColor = 'Property Name';
|
||||
dlgPropGutterColor = 'Gutter';
|
||||
dlgPropGutterEdgeColor = 'Gutter Edge';
|
||||
|
||||
liswlAdd = '&Add';
|
||||
liswlProperties = '&Properties';
|
||||
liswlEnabled = '&Enabled';
|
||||
@ -1029,10 +1035,6 @@ resourcestring
|
||||
liswlDIsableAll = 'D&isable All';
|
||||
liswlENableAll = 'E&nable All';
|
||||
liswlDeLeteAll = 'De&lete All';
|
||||
dlgDefValueColor = 'Default value';
|
||||
dlgPropNameColor = 'Property name';
|
||||
dlgPropGutterColor = 'Gutter';
|
||||
dlgPropGutterEdgeColor = 'Gutter Edge';
|
||||
|
||||
dlgOIMiscellaneous = 'Miscellaneous';
|
||||
dlgOIItemHeight = 'Item height';
|
||||
@ -1152,7 +1154,7 @@ resourcestring
|
||||
dlgEdElement = 'Element';
|
||||
dlgSetElementDefault = 'Set element to default';
|
||||
dlgSetAllElementDefault = 'Set all elements to default';
|
||||
dlgForecolor = 'Foreground color';
|
||||
dlgForecolor = 'Foreground';
|
||||
dlgEdUseDefColor = 'Use default color';
|
||||
dlgTextAttributes = 'Text attributes';
|
||||
dlgEdBold = 'Bold';
|
||||
|
Loading…
Reference in New Issue
Block a user