[GRASS-SVN] r65850 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 7 12:41:56 PDT 2015


Author: neteler
Date: 2015-08-07 12:41:56 -0700 (Fri, 07 Aug 2015)
New Revision: 65850

Modified:
   grass/trunk/lib/init/grass.py
Log:
init: msg cosmetics as -text is a flag

Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2015-08-07 19:34:05 UTC (rev 65849)
+++ grass/trunk/lib/init/grass.py	2015-08-07 19:41:56 UTC (rev 65850)
@@ -948,7 +948,7 @@
         # which is more straightforward for everybody
         fatal(_("Error in GUI startup. If necessary, please "
                 "report this error to the GRASS developers.\n"
-                "To run GRASS GIS in text mode use -text parameter."))
+                "To run GRASS GIS in text mode use the -text flag."))
     elif ret == 2:
         # User wants to exit from GRASS
         message(_("Received EXIT message from GUI.\nGRASS is not started. Bye."))



More information about the grass-commit mailing list