[GRASS-SVN] r63347 - in grass/branches/releasebranch_7_0/imagery: i.cca i.pca
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 3 00:45:13 PST 2014
Author: neteler
Date: 2014-12-03 00:45:13 -0800 (Wed, 03 Dec 2014)
New Revision: 63347
Modified:
grass/branches/releasebranch_7_0/imagery/i.cca/main.c
grass/branches/releasebranch_7_0/imagery/i.pca/main.c
Log:
fix r63346
Modified: grass/branches/releasebranch_7_0/imagery/i.cca/main.c
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.cca/main.c 2014-12-03 08:40:27 UTC (rev 63346)
+++ grass/branches/releasebranch_7_0/imagery/i.cca/main.c 2014-12-03 08:45:13 UTC (rev 63347)
@@ -84,7 +84,7 @@
G_add_keyword(_("imagery"));
G_add_keyword(_("statistics"));
G_add_keyword("CCA");
- G_add_keyword(_("canonical components analysis");
+ G_add_keyword(_("canonical components analysis"));
module->description =
_("Canonical components analysis (CCA) "
"program for image processing.");
Modified: grass/branches/releasebranch_7_0/imagery/i.pca/main.c
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.pca/main.c 2014-12-03 08:40:27 UTC (rev 63346)
+++ grass/branches/releasebranch_7_0/imagery/i.pca/main.c 2014-12-03 08:45:13 UTC (rev 63347)
@@ -72,7 +72,7 @@
G_add_keyword(_("imagery"));
G_add_keyword(_("transformation"));
G_add_keyword(_("PCA"));
- G_add_keyword(_("principal components analysis");
+ G_add_keyword(_("principal components analysis"));
module->description = _("Principal components analysis (PCA) "
"for image processing.");
module->overwrite = 1;
More information about the grass-commit
mailing list