From b8daaad1ad30bac965f850d9a8a6f039a1e472f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 3 Nov 2024 18:25:14 +0100 Subject: [PATCH] Fix encoding in inno setup scripts --- ci/win/build_installer.iss | 4 ++-- ci/win/build_installer_qt6.iss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/win/build_installer.iss b/ci/win/build_installer.iss index 488924eb..be81c8aa 100644 --- a/ci/win/build_installer.iss +++ b/ci/win/build_installer.iss @@ -148,7 +148,7 @@ procedure InitializeWizard(); begin URLLabel := TNewStaticText.Create(WizardForm); - URLLabel.Caption:='Make a DONATION/Haz una DONACI�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�N'#13#13) + 'YACReader es software libre y GRATUITO. Si te gusta, por favor, considera realizar una DONACIÓN'#13#13) end; diff --git a/ci/win/build_installer_qt6.iss b/ci/win/build_installer_qt6.iss index 56c19e57..2feab94b 100644 --- a/ci/win/build_installer_qt6.iss +++ b/ci/win/build_installer_qt6.iss @@ -157,7 +157,7 @@ procedure InitializeWizard(); begin URLLabel := TNewStaticText.Create(WizardForm); - URLLabel.Caption:='Make a DONATION/Haz una DONACI�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�N'#13#13) + 'YACReader es software libre y GRATUITO. Si te gusta, por favor, considera realizar una DONACIÓN'#13#13) end;