[GRASS-SVN] r36461 - in grass/branches/releasebranch_6_4: locale/po
vector/lidar/v.surf.bspline
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 23 10:53:21 EDT 2009
Author: neteler
Date: 2009-03-23 10:53:20 -0400 (Mon, 23 Mar 2009)
New Revision: 36461
Modified:
grass/branches/releasebranch_6_4/locale/po/grassmods_cs.po
grass/branches/releasebranch_6_4/locale/po/grassmods_fr.po
grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
Log:
less foggy msg
Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_cs.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_cs.po 2009-03-23 14:51:32 UTC (rev 36460)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_cs.po 2009-03-23 14:53:20 UTC (rev 36461)
@@ -27116,7 +27116,7 @@
#: ../vector/lidar/v.surf.bspline/main.c:236
#, c-format
msgid ""
-"No vector map of sparse points to interpolate. Interpolation will be done "
+"No vector map of sparse points to interpolate was specified. Interpolation will be done "
"with <%s> vector map"
msgstr ""
"®ádná vektorová mapa pro interpolaci. Interpolace bude aplikována na "
Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_fr.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_fr.po 2009-03-23 14:51:32 UTC (rev 36460)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_fr.po 2009-03-23 14:53:20 UTC (rev 36461)
@@ -24399,7 +24399,7 @@
#: ../vector/lidar/v.surf.bspline/main.c:236
#, c-format
msgid ""
-"No vector map of sparse points to interpolate. Interpolation will be done "
+"No vector map of sparse points to interpolate was specified. Interpolation will be done "
"with <%s> vector map"
msgstr ""
Modified: grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c 2009-03-23 14:51:32 UTC (rev 36460)
+++ grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c 2009-03-23 14:53:20 UTC (rev 36461)
@@ -234,7 +234,7 @@
/* Open input ext vector */
if (!in_ext_opt->answer) {
ext = FALSE;
- G_message(_("No vector map of sparse points to interpolate. "
+ G_message(_("No vector map of sparse points to interpolate was specified. "
"Interpolation will be done with <%s> vector map"),
in_opt->answer);
}
More information about the grass-commit
mailing list