[GRASS-SVN] r60599 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 29 22:34:28 PDT 2014
Author: hcho
Date: 2014-05-29 22:34:28 -0700 (Thu, 29 May 2014)
New Revision: 60599
Modified:
grass/trunk/lib/vector/Vlib/clean_nodes.c
Log:
Vlib: translate Modifications
Modified: grass/trunk/lib/vector/Vlib/clean_nodes.c
===================================================================
--- grass/trunk/lib/vector/Vlib/clean_nodes.c 2014-05-30 05:13:01 UTC (rev 60598)
+++ grass/trunk/lib/vector/Vlib/clean_nodes.c 2014-05-30 05:34:28 UTC (rev 60599)
@@ -245,7 +245,7 @@
break;
}
}
- G_verbose_message("Modifications: %d", nmodif);
+ G_verbose_message(_("Modifications: %d"), nmodif);
return (nmodif);
}
More information about the grass-commit
mailing list