Browse Source

merge msg/comment tweaks from devbr6

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41368 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 years ago
parent
commit
052da0c0f6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mswindows/GRASS-Installer.nsi

+ 2 - 1
mswindows/GRASS-Installer.nsi

@@ -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