Просмотр исходного кода

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 лет назад
Родитель
Сommit
ab5273d4c3
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      lib/vector/Vlib/clean_nodes.c
  2. 1 1
      lib/vector/Vlib/remove_duplicates.c

+ 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;
 	}
     }
-    G_verbose_message("Modifications: %d", nmodif);
+    G_verbose_message(_("Modifications: %d"), 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_verbose_message("Removed duplicates: %d", ndupl);
+    G_verbose_message(_("Removed duplicates: %d"), ndupl);
 }
 
 /*!