[GRASS-SVN] r30209 - grass/trunk/vector/v.sample

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 17 02:51:19 EST 2008


Author: hamish
Date: 2008-02-17 02:51:19 -0500 (Sun, 17 Feb 2008)
New Revision: 30209

Modified:
   grass/trunk/vector/v.sample/main.c
Log:
standardization

Modified: grass/trunk/vector/v.sample/main.c
===================================================================
--- grass/trunk/vector/v.sample/main.c	2008-02-17 05:52:15 UTC (rev 30208)
+++ grass/trunk/vector/v.sample/main.c	2008-02-17 07:51:19 UTC (rev 30209)
@@ -120,7 +120,7 @@
     flag.C = G_define_flag();
     flag.C->key = 'c';
     flag.C->description =
-        _("Cubic convolution interpolation [default is nearest neighbor]");
+        _("Cubic convolution interpolation (default is nearest neighbor)");
 
     /* please, remove before GRASS 7 released */
     flag.q = G_define_flag();



More information about the grass-commit mailing list