[GRASS-SVN] r47216 - grass/trunk/general/g.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 21 16:27:21 EDT 2011


Author: martinl
Date: 2011-07-21 13:27:21 -0700 (Thu, 21 Jul 2011)
New Revision: 47216

Modified:
   grass/trunk/general/g.proj/create.c
Log:
g.proj: switch to the new location by `g.mapset`


Modified: grass/trunk/general/g.proj/create.c
===================================================================
--- grass/trunk/general/g.proj/create.c	2011-07-21 19:52:56 UTC (rev 47215)
+++ grass/trunk/general/g.proj/create.c	2011-07-21 20:27:21 UTC (rev 47216)
@@ -23,8 +23,8 @@
 	/* Shouldn't happen */
 	G_fatal_error(_("Unspecified error while creating new location"));
 
-    G_message(_("You can switch to the new location by `%s=%s`"),
-	      "g.gisenv set=LOCATION_NAME", location);
+    G_message(_("You can switch to the new location by\n`%s=%s`"),
+	      "g.mapset mapset=PERMANENT location", location);
 }
 
 void modify_projinfo()



More information about the grass-commit mailing list