@@ -245,7 +245,7 @@ Vect_clean_small_angles_at_nodes(struct Map_info *Map, int otype,
break;
}
- G_verbose_message("Modifications: %d", nmodif);
+ G_verbose_message(_("Modifications: %d"), nmodif);
return (nmodif);
@@ -196,7 +196,7 @@ void Vect_remove_duplicates(struct Map_info *Map, int type, struct Map_info *Err
G_debug(3, "nlines = %d\n", nlines);
- G_verbose_message("Removed duplicates: %d", ndupl);
+ G_verbose_message(_("Removed duplicates: %d"), ndupl);
/*!