mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 09:50:33 -04:00
Fix encoding in inno setup scripts
This commit is contained in:
parent
f4ec6c8927
commit
b8daaad1ad
@ -148,7 +148,7 @@ procedure InitializeWizard();
|
||||
begin
|
||||
|
||||
URLLabel := TNewStaticText.Create(WizardForm);
|
||||
URLLabel.Caption:='Make a DONATION/Haz una DONACI<EFBFBD>N';
|
||||
URLLabel.Caption:='Make a DONATION/Haz una DONACIÓN';
|
||||
URLLabel.Cursor:=crHand;
|
||||
URLLabel.OnClick:=@URLLabelOnClick;
|
||||
URLLabel.Parent:=WizardForm;
|
||||
@ -162,7 +162,7 @@ begin
|
||||
donationPage := CreateOutputMsgPage(wpWelcome,
|
||||
'Iformation', 'Please read the following information before continuing.',
|
||||
'YACReader is FREE software. If you like it, please, consider to make a DONATION'#13#13 +
|
||||
'YACReader es software libre y GRATUITO. Si te gusta, por favor, considera realizar una DONACI<EFBFBD>N'#13#13)
|
||||
'YACReader es software libre y GRATUITO. Si te gusta, por favor, considera realizar una DONACIÓN'#13#13)
|
||||
|
||||
end;
|
||||
|
||||
|
@ -157,7 +157,7 @@ procedure InitializeWizard();
|
||||
begin
|
||||
|
||||
URLLabel := TNewStaticText.Create(WizardForm);
|
||||
URLLabel.Caption:='Make a DONATION/Haz una DONACI<EFBFBD>N';
|
||||
URLLabel.Caption:='Make a DONATION/Haz una DONACIÓN';
|
||||
URLLabel.Cursor:=crHand;
|
||||
URLLabel.OnClick:=@URLLabelOnClick;
|
||||
URLLabel.Parent:=WizardForm;
|
||||
@ -171,7 +171,7 @@ begin
|
||||
donationPage := CreateOutputMsgPage(wpWelcome,
|
||||
'Iformation', 'Please read the following information before continuing.',
|
||||
'YACReader is FREE software. If you like it, please, consider to make a DONATION'#13#13 +
|
||||
'YACReader es software libre y GRATUITO. Si te gusta, por favor, considera realizar una DONACI<EFBFBD>N'#13#13)
|
||||
'YACReader es software libre y GRATUITO. Si te gusta, por favor, considera realizar una DONACIÓN'#13#13)
|
||||
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user