Ver código fonte

hcho: Vlib: translate "Removed duplicates"
Vlib: translate Modifications
(merge r60598-9)


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

Martin Landa 11 anos atrás
pai
commit
ab5273d4c3

+ 1 - 1
lib/vector/Vlib/clean_nodes.c

@@ -245,7 +245,7 @@ Vect_clean_small_angles_at_nodes(struct Map_info *Map, int otype,
 		break;
 		break;
 	}
 	}
     }
     }
-    G_verbose_message("Modifications: %d", nmodif);
+    G_verbose_message(_("Modifications: %d"), nmodif);
 
 
     return (nmodif);
     return (nmodif);
 }
 }

+ 1 - 1
lib/vector/Vlib/remove_duplicates.c

@@ -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_debug(3, "nlines =  %d\n", nlines);
 	}
 	}
     }
     }
-    G_verbose_message("Removed duplicates: %d", ndupl);
+    G_verbose_message(_("Removed duplicates: %d"), ndupl);
 }
 }
 
 
 /*!
 /*!