[GRASS-SVN] r60601 - grass/branches/releasebranch_7_0/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 30 01:29:53 PDT 2014
Author: martinl
Date: 2014-05-30 01:29:53 -0700 (Fri, 30 May 2014)
New Revision: 60601
Modified:
grass/branches/releasebranch_7_0/lib/vector/Vlib/clean_nodes.c
grass/branches/releasebranch_7_0/lib/vector/Vlib/remove_duplicates.c
Log:
hcho: Vlib: translate "Removed duplicates"
Vlib: translate Modifications
(merge r60598-9)
Modified: grass/branches/releasebranch_7_0/lib/vector/Vlib/clean_nodes.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/Vlib/clean_nodes.c 2014-05-30 07:37:36 UTC (rev 60600)
+++ grass/branches/releasebranch_7_0/lib/vector/Vlib/clean_nodes.c 2014-05-30 08:29:53 UTC (rev 60601)
@@ -245,7 +245,7 @@
break;
}
}
- G_verbose_message("Modifications: %d", nmodif);
+ G_verbose_message(_("Modifications: %d"), nmodif);
return (nmodif);
}
Modified: grass/branches/releasebranch_7_0/lib/vector/Vlib/remove_duplicates.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/Vlib/remove_duplicates.c 2014-05-30 07:37:36 UTC (rev 60600)
+++ grass/branches/releasebranch_7_0/lib/vector/Vlib/remove_duplicates.c 2014-05-30 08:29:53 UTC (rev 60601)
@@ -196,7 +196,7 @@
G_debug(3, "nlines = %d\n", nlines);
}
}
- G_verbose_message("Removed duplicates: %d", ndupl);
+ G_verbose_message(_("Removed duplicates: %d"), ndupl);
}
/*!
More information about the grass-commit
mailing list