mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-29 14:25:12 +02:00
IDE, Tab order dialog: improved localization
git-svn-id: trunk@30343 -
This commit is contained in:
parent
33183a009f
commit
dee28f6a01
@ -183,7 +183,7 @@ begin
|
||||
LookupRoot := GlobalDesignHook.LookupRoot;
|
||||
if Assigned(LookupRoot) and (LookupRoot is TWinControl) then begin
|
||||
CreateNodes(TWinControl(LookupRoot), nil);
|
||||
Caption:=lisTabOrderOf + ' ' + TWinControl(LookupRoot).Name;
|
||||
Caption:=Format(lisTabOrderOf, [TWinControl(LookupRoot).Name]);
|
||||
end;
|
||||
finally
|
||||
ItemTreeview.EndUpdate;
|
||||
|
@ -4402,7 +4402,7 @@ resourcestring
|
||||
lisPODoNotSaveAnySessionInfo = 'Do not save any session info';
|
||||
lisPOSaveSessionInformationIn = 'Save session information in';
|
||||
lisMVSaveMessagesToFileTxt = 'Save messages to file (*.txt)';
|
||||
lisTabOrderOf = 'Tab Order of';
|
||||
lisTabOrderOf = 'Tab Order of %s';
|
||||
|
||||
lisAnchorEnabledHint = 'Enabled = Include %s in Anchors';
|
||||
lisAroundBorderSpaceHint = 'Borderspace around the control. The other four borderspaces are added to this value.';
|
||||
|
Loading…
Reference in New Issue
Block a user