Explorar o código

msg sync (merge)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31302 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=17) %!d(string=hai) anos
pai
achega
101840a1e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {