Improve AnchorEditor title format. Issue #31089, patch from Péter Gábor.

git-svn-id: trunk@53619 -
This commit is contained in:
juha 2016-12-09 10:22:11 +00:00
parent ede7f431cc
commit 6e32346069
2 changed files with 2 additions and 2 deletions

View File

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

View File

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