From 6b786547d98152dbabedda05ddfcec3f9827297a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Tue, 31 May 2022 16:20:42 +0200 Subject: [PATCH] fix NSIS welcome page strings --- assets/setup.nsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/setup.nsi b/assets/setup.nsi index 28d46c3..beaf800 100644 --- a/assets/setup.nsi +++ b/assets/setup.nsi @@ -22,6 +22,10 @@ RequestExecutionLevel admin !define MUI_ABORTWARNING +!define MUI_WELCOMEPAGE_TITLE "Welcome to the LibreWolf Setup" +!define MUI_WELCOMEPAGE_TEXT "This setup will guide you through the installation of LibreWolf.$\r$\n$\r$\n\ +If you don't have it installed already, this will also install the latest Visual C++ Redistributable.$\r$\n$\r$\n\ +Click Next to continue." !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES