mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 09:53:51 +02:00
EditorOptions: divider-draw-settings, wording
git-svn-id: trunk@21304 -
This commit is contained in:
parent
292d72ddbe
commit
41204a7c89
@ -265,9 +265,9 @@ begin
|
||||
LanguageLabel.Caption := dlgLang;
|
||||
DividerSpinLabel.Caption := dlgDividerDrawDepth;
|
||||
TopLvlColorLabel.Caption := dlgDividerTopColor;
|
||||
TopLvlColorCheckBox.Caption := dlgDividerTopColorDefault;
|
||||
TopLvlColorCheckBox.Caption := dlgDividerColorDefault;
|
||||
NestLvlColorLabel.Caption := dlgDividerNestColor;
|
||||
NestLvlColorCheckBox.Caption := dlgDividerNestColorDefault;
|
||||
NestLvlColorCheckBox.Caption := dlgDividerColorDefault;
|
||||
end;
|
||||
|
||||
procedure TEditorDividerDrawOptionsFrame.ReadSettings(
|
||||
|
@ -1337,9 +1337,8 @@ resourcestring
|
||||
dlgDividerOnOff = 'Draw divider';
|
||||
dlgDividerDrawDepth = 'Draw divider level';
|
||||
dlgDividerTopColor = 'Line color';
|
||||
dlgDividerTopColorDefault = 'Use Default';
|
||||
dlgDividerColorDefault = 'Use right margin color';
|
||||
dlgDividerNestColor = 'Nested line color';
|
||||
dlgDividerNestColorDefault = 'Use Default';
|
||||
|
||||
dlgDivPasUnitSectionName = 'Unit sections';
|
||||
dlgDivPasUsesName = 'Uses clause';
|
||||
|
Loading…
Reference in New Issue
Block a user