[GRASS-SVN] r64891 - grass/trunk/general/g.mapset

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 21 03:42:45 PDT 2015


Author: neteler
Date: 2015-03-21 03:42:45 -0700 (Sat, 21 Mar 2015)
New Revision: 64891

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

Modified: grass/trunk/general/g.mapset/main.c
===================================================================
--- grass/trunk/general/g.mapset/main.c	2015-03-20 20:25:58 UTC (rev 64890)
+++ grass/trunk/general/g.mapset/main.c	2015-03-21 10:42:45 UTC (rev 64891)
@@ -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