|
@@ -430,7 +430,7 @@ Vect_break_polygons_mem(struct Map_info *Map, int type, struct Map_info *Err)
|
|
|
nallpoints = 0;
|
|
|
XPnt_search.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);
|
|
@@ -547,7 +547,7 @@ Vect_break_polygons_mem(struct Map_info *Map, int type, struct Map_info *Err)
|
|
|
/* 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;
|