mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 12:19:57 +02:00
converter: improved 'replace names' dialog localization
git-svn-id: trunk@26539 -
This commit is contained in:
parent
4b7f857b4d
commit
8241803435
@ -3,7 +3,6 @@ object ReplaceNamesForm: TReplaceNamesForm
|
|||||||
Height = 472
|
Height = 472
|
||||||
Top = 438
|
Top = 438
|
||||||
Width = 343
|
Width = 343
|
||||||
ActiveControl = Grid
|
|
||||||
Caption = 'Properties and Types to replace'
|
Caption = 'Properties and Types to replace'
|
||||||
ClientHeight = 472
|
ClientHeight = 472
|
||||||
ClientWidth = 343
|
ClientWidth = 343
|
||||||
@ -59,6 +58,7 @@ object ReplaceNamesForm: TReplaceNamesForm
|
|||||||
Align = alLeft
|
Align = alLeft
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
|
Caption = '&Help'
|
||||||
Constraints.MinHeight = 25
|
Constraints.MinHeight = 25
|
||||||
Constraints.MinWidth = 75
|
Constraints.MinWidth = 75
|
||||||
Kind = bkHelp
|
Kind = bkHelp
|
||||||
|
@ -225,6 +225,9 @@ end;
|
|||||||
procedure TReplaceNamesForm.FormCreate(Sender: TObject);
|
procedure TReplaceNamesForm.FormCreate(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
Caption:=lisReplacements;
|
Caption:=lisReplacements;
|
||||||
|
btnOK.Caption:=lisOk;
|
||||||
|
HelpButton.Caption:=lisMenuHelp;
|
||||||
|
btnCancel.Caption:=dlgCancel;
|
||||||
IsLasRow:=false;
|
IsLasRow:=false;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user