[GRASS-SVN] r52368 - grass/trunk/imagery/i.pca
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 12 05:50:10 PDT 2012
Author: neteler
Date: 2012-07-12 05:50:09 -0700 (Thu, 12 Jul 2012)
New Revision: 52368
Modified:
grass/trunk/imagery/i.pca/main.c
Log:
label standardization (like r.texture)
Modified: grass/trunk/imagery/i.pca/main.c
===================================================================
--- grass/trunk/imagery/i.pca/main.c 2012-07-12 12:48:46 UTC (rev 52367)
+++ grass/trunk/imagery/i.pca/main.c 2012-07-12 12:50:09 UTC (rev 52368)
@@ -75,7 +75,7 @@
opt_in->description = _("Name of two or more input raster maps");
opt_out = G_define_option();
- opt_out->label = _("Base name for output raster maps");
+ opt_out->label = _("Prefix for output raster maps");
opt_out->description =
_("A numerical suffix will be added for each component map");
opt_out->key = "output_prefix";
More information about the grass-commit
mailing list