Sfoglia il codice sorgente

init: msg cosmetics as -text is a flag

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65850 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 anni fa
parent
commit
dbca1efd5c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/init/grass.py

+ 1 - 1
lib/init/grass.py

@@ -948,7 +948,7 @@ def gui_startup(grass_gui):
         # 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."))