|
@@ -339,6 +339,7 @@ FunctionEnd
|
|
|
!insertmacro MUI_PAGE_WELCOME
|
|
|
|
|
|
;These indented statements modify settings for MUI_PAGE_LICENSE
|
|
|
+; (with thanks to Ubuntu)
|
|
|
!define MUI_LICENSEPAGE_TEXT_BOTTOM "GRASS is software libre. You are encouraged and legally \
|
|
|
entitled to copy, reinstall, modify, and redistribute this program \
|
|
|
for yourself and your friends under the terms of the GPL. Happy \
|
|
@@ -362,7 +363,7 @@ FunctionEnd
|
|
|
!define MUI_FINISHPAGE_RUN_FUNCTION "LaunchGrass"
|
|
|
!define MUI_FINISHPAGE_SHOWREADME
|
|
|
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
|
|
|
- !define MUI_FINISHPAGE_SHOWREADME_TEXT "Launch Reference Manual in browser"
|
|
|
+ !define MUI_FINISHPAGE_SHOWREADME_TEXT "View the reference manual"
|
|
|
!define MUI_FINISHPAGE_SHOWREADME_FUNCTION "ViewReadme"
|
|
|
!insertmacro MUI_PAGE_FINISH
|
|
|
|