IDE, Tab order dialog: improved localization

git-svn-id: trunk@30343 -
This commit is contained in:
maxim 2011-04-17 12:05:49 +00:00
parent 33183a009f
commit dee28f6a01
2 changed files with 2 additions and 2 deletions

View File

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

View File

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