Kaynağa Gözat

Vect_break_polygons_file: message synced with the memory version

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60616 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 yıl önce
ebeveyn
işleme
628f8b25a5
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      lib/vector/Vlib/break_polygons.c

+ 2 - 2
lib/vector/Vlib/break_polygons.c

@@ -153,7 +153,7 @@ void Vect_break_polygons_file(struct Map_info *Map, int type, struct Map_info *E
     nallpoints = 0;
     XPnt.used = 0;
 
-    G_verbose_message(_("Break polygons Pass 1: select break points"));
+    G_message(_("Breaking polygons (pass 1: select break points)..."));
 
     for (i = 1; i <= nlines; i++) {
 	G_percent(i, nlines, 1);
@@ -283,7 +283,7 @@ void Vect_break_polygons_file(struct Map_info *Map, int type, struct Map_info *E
     /* Second loop through lines (existing when loop is started, no need to process lines written again)
      * and break at points marked for break */
 
-    G_verbose_message(_("Break polygons Pass 2: break at selected points"));
+    G_message(_("Breaking polygons (pass 2: break at selected points)..."));
 
     for (i = 1; i <= nlines; i++) {
 	int n_orig_points;