[GRASS-SVN] r41367 - grass/branches/releasebranch_6_4/mswindows

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


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

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

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-03-09 05:40:45 UTC (rev 41366)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-03-09 05:42:25 UTC (rev 41367)
@@ -355,6 +355,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 \
@@ -378,7 +379,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