summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-06 16:28:00 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-06 16:28:00 +0300
commitdac1169ee49ac99e30e37bbd220eebbe353e8d92 (patch)
treed22fad4d70eea722e3b7abdcee00a076a05172a2
parente36866039ac3e45f17595eca13b8b093b63db0c0 (diff)
downloadplus-dac1169ee49ac99e30e37bbd220eebbe353e8d92.tar.gz
plus-dac1169ee49ac99e30e37bbd220eebbe353e8d92.tar.bz2
plus-dac1169ee49ac99e30e37bbd220eebbe353e8d92.tar.xz
plus-dac1169ee49ac99e30e37bbd220eebbe353e8d92.zip
Fix typo in windows install script.
-rw-r--r--packaging/windows/setup.nsi2
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