Browse Source

msg sync (merge)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31302 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 17 years ago
parent
commit
101840a1e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      imagery/i.group/main.c

+ 1 - 1
imagery/i.group/main.c

@@ -136,7 +136,7 @@ int main(int argc, char *argv[])
             struct Ref ref;
 	    
 	    if (I_find_group(group) == 0) {
-		G_fatal_error(_("Specified group does not exist"));
+		G_fatal_error(_("Specified group does not exist in current mapset"));
 	    }
 
 	    if (sgrp->answer) {