[GRASS-SVN] r64892 - grass/branches/releasebranch_7_0/general/g.mapset

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 21 03:43:18 PDT 2015


Author: neteler
Date: 2015-03-21 03:43:17 -0700 (Sat, 21 Mar 2015)
New Revision: 64892

Modified:
   grass/branches/releasebranch_7_0/general/g.mapset/main.c
Log:
g.mapset: msg modified to be less mysterious when used in scripts

Modified: grass/branches/releasebranch_7_0/general/g.mapset/main.c
===================================================================
--- grass/branches/releasebranch_7_0/general/g.mapset/main.c	2015-03-21 10:42:45 UTC (rev 64891)
+++ grass/branches/releasebranch_7_0/general/g.mapset/main.c	2015-03-21 10:43:17 UTC (rev 64892)
@@ -202,7 +202,7 @@
 
     G_free(mapset_old_path);
 
-    G_important_message(_("Your shell continues to use the history "
+    G_important_message(_("Mapset switched. Your shell continues to use the history "
 			  "for the old mapset"));
 
     if ((shell = getenv("SHELL"))) {



More information about the grass-commit mailing list