[GRASS-SVN] r44990 - grass/trunk/imagery/i.evapo.pt

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 12 11:00:38 EST 2011


Author: martinl
Date: 2011-01-12 08:00:38 -0800 (Wed, 12 Jan 2011)
New Revision: 44990

Modified:
   grass/trunk/imagery/i.evapo.pt/main.c
Log:
cosmetics in caps


Modified: grass/trunk/imagery/i.evapo.pt/main.c
===================================================================
--- grass/trunk/imagery/i.evapo.pt/main.c	2011-01-12 15:59:43 UTC (rev 44989)
+++ grass/trunk/imagery/i.evapo.pt/main.c	2011-01-12 16:00:38 UTC (rev 44990)
@@ -90,7 +90,7 @@
     input_PT->key = "pt";
     input_PT->type = TYPE_DOUBLE;
     input_PT->required = YES;
-    input_PT->description = _("Prestley-Taylor Coefficient");
+    input_PT->description = _("Prestley-Taylor coefficient");
     input_PT->answer = "1.26";
 
     output = G_define_standard_option(G_OPT_R_OUTPUT);



More information about the grass-commit mailing list