diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/setup.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index eace57bb1..7e9a45a62 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -92,7 +92,7 @@ RequestExecutionLevel admin !define MUI_FINISHPAGE_RUN_FUNCTION RunMana !define MUI_FINISHPAGE_SHOWREADME 'notepad.exe "$\"$INSTDIR\README$\""' !define MUI_PAGE_CUSTOMFUNCTION_PRE changeFinishImage -!define MUI_FINISHPAGE_LINK "Visit Mana website for the latest news, FAQs and support" +!define MUI_FINISHPAGE_LINK "Visit ManaPlus website for the latest news, FAQs and support" !define MUI_FINISHPAGE_LINK_LOCATION "http://manaplus.evolonline.org/" !insertmacro MUI_PAGE_FINISH |