Explorar o código

r.stream.distance: Error message (one output raster maps => one output raster map)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61263 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho %!s(int64=11) %!d(string=hai) anos
pai
achega
788cac9b61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      raster/r.stream.distance/main.c

+ 1 - 1
raster/r.stream.distance/main.c

@@ -119,7 +119,7 @@ int main(int argc, char *argv[])
 	exit(EXIT_FAILURE);
 
     if (!out_diff_opt->answer && !out_dist_opt->answer)
-	G_fatal_error(_("You must select at least one output raster maps"));
+	G_fatal_error(_("You must select at least one output raster map"));
     if (out_diff_opt->answer && !in_elev_opt->answer)
 	G_fatal_error(_("Output elevation difference raster map requires "
                         "input elevation raster map to be specified"));