[GRASS-SVN] r51870 - grass/branches/releasebranch_6_4/raster/r.clump

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 29 07:18:46 PDT 2012


Author: neteler
Date: 2012-05-29 07:18:45 -0700 (Tue, 29 May 2012)
New Revision: 51870

Modified:
   grass/branches/releasebranch_6_4/raster/r.clump/main.c
Log:
msg standardization

Modified: grass/branches/releasebranch_6_4/raster/r.clump/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.clump/main.c	2012-05-29 13:57:41 UTC (rev 51869)
+++ grass/branches/releasebranch_6_4/raster/r.clump/main.c	2012-05-29 14:18:45 UTC (rev 51870)
@@ -60,7 +60,7 @@
     opt3->key_desc = "\"string\"";
     opt3->type = TYPE_STRING;
     opt3->required = NO;
-    opt3->description = _("Title, in quotes");
+    opt3->description = _("Title for output raster map");
 
     /* please, remove before GRASS 7 released */
     q_flag = G_define_flag();



More information about the grass-commit mailing list