Browse Source

g.mapset: msg modified to be less mysterious when used in scripts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64891 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 years ago
parent
commit
505943d209
1 changed files with 1 additions and 1 deletions
  1. 1 1
      general/g.mapset/main.c

+ 1 - 1
general/g.mapset/main.c

@@ -202,7 +202,7 @@ int main(int argc, char *argv[])
 
     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"))) {