mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:40:25 +02:00
Improve AnchorEditor title format. Issue #31089, patch from Péter Gábor.
git-svn-id: trunk@53619 -
This commit is contained in:
parent
ede7f431cc
commit
6e32346069
@ -829,7 +829,7 @@ begin
|
||||
BottomGroupBox.Enabled:=false;
|
||||
end else begin
|
||||
if CurSelection.Count=1 then
|
||||
Caption:=lisAnchorsOf+' '+TControl(CurSelection[0]).Name
|
||||
Caption:=Format(lisAnchorsOf,[TControl(CurSelection[0]).Name])
|
||||
else
|
||||
Caption:=lisAnchorsOfSelectedControls;
|
||||
|
||||
|
@ -5149,7 +5149,7 @@ resourcestring
|
||||
lisThisWillCreateACircularDependency = 'This will create a circular dependency.';
|
||||
lisAnchorEditorNoControlSelected = 'Anchor Editor - no control selected';
|
||||
lisAnchorsOfSelectedControls = 'Anchors of selected controls';
|
||||
lisAnchorsOf = 'Anchors of';
|
||||
lisAnchorsOf = 'Anchors of %s';
|
||||
lisDebugOptionsFrmAdditionalSearchPath = 'Additional search path';
|
||||
lisDebugOptionsFrmDebuggerGeneralOptions = 'Debugger general options';
|
||||
lisDebugOptionsFrmShowMessageOnStop = 'Show message on stop';
|
||||
|
Loading…
Reference in New Issue
Block a user