From 7cb8ed32a42431949276a26b9039e0198b52028c Mon Sep 17 00:00:00 2001 From: juha Date: Sat, 10 Dec 2016 09:52:22 +0000 Subject: [PATCH] IDE: Improve hints for AnchorEditor. Issue #31091, patch from FTurtle. git-svn-id: trunk@53625 - --- ide/lazarusidestrconsts.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 8eb5f898a9..cafde9731c 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -5135,10 +5135,10 @@ resourcestring lisAnchorLeftToRightSide = 'Anchor left side to right side of sibling. The kept distance is defined by both BorderSpacing properties of this and sibling.'; lisAnchorRightToLeftSide = 'Anchor right side to left side of sibling. The kept distance is defined by both BorderSpacing properties of this and sibling.'; lisAnchorRightToRightSide = 'Anchor right side to right side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored.'; - lisTopSiblingComboBoxHint = 'This is the sibling control to which the top side is anchored. Leave empty for parent.'; - lisBottomSiblingComboBoxHint = 'This is the sibling control to which the bottom side is anchored. Leave empty for parent.'; - lisRightSiblingComboBoxHint = 'This is the sibling control to which the right side is anchored. Leave empty for parent.'; - lisLeftSiblingComboBoxHint = 'This is the sibling control to which the left side is anchored. Leave empty for parent.'; + lisTopSiblingComboBoxHint = 'This is the sibling control to which the top side is anchored. Leave empty for anchoring to parent in Delphi style (BorderSpacing and ReferenceSide does not matter).'; + lisBottomSiblingComboBoxHint = 'This is the sibling control to which the bottom side is anchored. Leave empty for anchoring to parent in Delphi style (BorderSpacing and ReferenceSide does not matter).'; + lisRightSiblingComboBoxHint = 'This is the sibling control to which the right side is anchored. Leave empty for anchoring to parent in Delphi style (BorderSpacing and ReferenceSide does not matter).'; + lisLeftSiblingComboBoxHint = 'This is the sibling control to which the left side is anchored. Leave empty for anchoring to parent in Delphi style (BorderSpacing and ReferenceSide does not matter).'; lisBorderSpace = 'Border space'; lisSibling = 'Sibling'; lisRightAnchoring = 'Right anchoring';