[GRASS-SVN] r56956 - grass/trunk/imagery/i.landsat.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 29 17:56:28 PDT 2013
Author: hamish
Date: 2013-06-29 17:56:28 -0700 (Sat, 29 Jun 2013)
New Revision: 56956
Modified:
grass/trunk/imagery/i.landsat.toar/main.c
Log:
msg cosmetics (#1997)
Modified: grass/trunk/imagery/i.landsat.toar/main.c
===================================================================
--- grass/trunk/imagery/i.landsat.toar/main.c 2013-06-29 15:55:41 UTC (rev 56955)
+++ grass/trunk/imagery/i.landsat.toar/main.c 2013-06-30 00:56:28 UTC (rev 56956)
@@ -100,7 +100,7 @@
sensor->key = "sensor";
sensor->type = TYPE_STRING;
sensor->label = _("Spacecraft sensor");
- sensor->description = _("Required only if 'metfile' not given (recommended by sanity)");
+ sensor->description = _("Required only if 'metfile' not given (recommended for sanity)");
sensor->options = "mss1,mss2,mss3,mss4,mss5,tm4,tm5,tm7,ot8";
desc = NULL;
G_asprintf(&desc,
More information about the grass-commit
mailing list