EditorOptions: divider-draw-settings, wording

git-svn-id: trunk@21304 -
This commit is contained in:
martin 2009-08-19 00:42:13 +00:00
parent 292d72ddbe
commit 41204a7c89
2 changed files with 3 additions and 4 deletions

View File

@ -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(

View File

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