[PATCH] Installer: Welcomepage: Further shortned to the core message

Wald Commits scm-commit at wald.intevation.org
Tue Jul 15 10:42:41 CEST 2014


# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1405413756 -7200
# Node ID 6bb769d3cdc1ecb81ce79fc69072794c87144167
# Parent  02214ef01bfae3da137e46ac85635d4dab61359a
Installer: Welcomepage: Further shortned to the core message.

diff -r 02214ef01bfa -r 6bb769d3cdc1 packaging/trustbridge.nsi
--- a/packaging/trustbridge.nsi	Tue Jul 15 10:38:47 2014 +0200
+++ b/packaging/trustbridge.nsi	Tue Jul 15 10:42:36 2014 +0200
@@ -67,11 +67,9 @@
 !define MUI_UNICON "resources\uninstall.ico"
 
 ; MUI welcome page text
-!define MUI_WELCOMEPAGE_TITLE  "Willkommen bei der Installation von ${productname}"
-!define MUI_WELCOMEPAGE_TEXT "Dieser Assistent wird Sie durch die Installation von \
-${productname} begleiten. $\r$\n$\r$\n\
-${productname} ist eine Anwendung um Wurzelzertifikate auf ihrem System \
+!define MUI_WELCOMEPAGE_TITLE  "${productname} ist eine Anwendung um Wurzelzertifikate auf ihrem System \
 zu installieren und aktuell zu halten."
+;!define MUI_WELCOMEPAGE_TEXT ""
 
 !define MUI_FINISHPAGE_NOAUTOCLOSE
 !define MUI_UNFINISHPAGE_NOAUTOCLOSE


More information about the Trustbridge-commits mailing list