mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 13:20:26 +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
|
||||
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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user