Forráskód Böngészése

i.segment: message cosmetics
(merge https://trac.osgeo.org/grass/changeset/64128 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@64129 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 10 éve
szülő
commit
3e91ba79f7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      imagery/i.segment/open_files.c

+ 1 - 1
imagery/i.segment/open_files.c

@@ -319,7 +319,7 @@ static int load_seeds(struct globals *globals, int srows, int scols, int nseg)
 
 
     G_debug(1, "load_seeds()");
     G_debug(1, "load_seeds()");
     
     
-    G_message(_("Loading seeds from '%s'"), globals->seeds);
+    G_message(_("Loading seeds from raster map <%s>..."), globals->seeds);
 
 
     if (Segment_open
     if (Segment_open
 	(&seeds_seg, G_tempfile(), globals->nrows, globals->ncols,
 	(&seeds_seg, G_tempfile(), globals->nrows, globals->ncols,