[GRASS-SVN] r41368 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 9 00:42:47 EST 2010


Author: hamish
Date: 2010-03-09 00:42:47 -0500 (Tue, 09 Mar 2010)
New Revision: 41368

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi
Log:
merge msg/comment tweaks from devbr6

Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi	2010-03-09 05:42:25 UTC (rev 41367)
+++ grass/trunk/mswindows/GRASS-Installer.nsi	2010-03-09 05:42:47 UTC (rev 41368)
@@ -339,6 +339,7 @@
 !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 @@
     !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
 



More information about the grass-commit mailing list