[GRASS-SVN] r51871 - grass/branches/develbranch_6/raster/r.clump
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 29 07:19:01 PDT 2012
Author: neteler
Date: 2012-05-29 07:19:00 -0700 (Tue, 29 May 2012)
New Revision: 51871
Modified:
grass/branches/develbranch_6/raster/r.clump/main.c
Log:
msg standardization
Modified: grass/branches/develbranch_6/raster/r.clump/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.clump/main.c 2012-05-29 14:18:45 UTC (rev 51870)
+++ grass/branches/develbranch_6/raster/r.clump/main.c 2012-05-29 14:19:00 UTC (rev 51871)
@@ -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