converter: improved 'replace names' dialog localization

git-svn-id: trunk@26539 -
This commit is contained in:
maxim 2010-07-08 20:52:55 +00:00
parent 4b7f857b4d
commit 8241803435
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,6 @@ object ReplaceNamesForm: TReplaceNamesForm
Height = 472
Top = 438
Width = 343
ActiveControl = Grid
Caption = 'Properties and Types to replace'
ClientHeight = 472
ClientWidth = 343
@ -59,6 +58,7 @@ object ReplaceNamesForm: TReplaceNamesForm
Align = alLeft
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Help'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkHelp

View File

@ -225,6 +225,9 @@ end;
procedure TReplaceNamesForm.FormCreate(Sender: TObject);
begin
Caption:=lisReplacements;
btnOK.Caption:=lisOk;
HelpButton.Caption:=lisMenuHelp;
btnCancel.Caption:=dlgCancel;
IsLasRow:=false;
end;