[GRASS-SVN] r60291 - grass/trunk/raster/r.stream.channel

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 17 12:46:33 PDT 2014


Author: hellik
Date: 2014-05-17 12:46:33 -0700 (Sat, 17 May 2014)
New Revision: 60291

Modified:
   grass/trunk/raster/r.stream.channel/main.c
Log:
r.stream.channel: cosmetics

Modified: grass/trunk/raster/r.stream.channel/main.c
===================================================================
--- grass/trunk/raster/r.stream.channel/main.c	2014-05-17 18:29:35 UTC (rev 60290)
+++ grass/trunk/raster/r.stream.channel/main.c	2014-05-17 19:46:33 UTC (rev 60291)
@@ -105,7 +105,7 @@
     opt_swapsize->key = "memory";
     opt_swapsize->type = TYPE_INTEGER;
     opt_swapsize->answer = "300";
-    opt_swapsize->description = _("Max memory used in memory swap mode (MB)");
+    opt_swapsize->description = _("Maximum memory used in memory swap mode (MB)");
     opt_swapsize->guisection = _("Memory settings");
 
     flag_downstream = G_define_flag();



More information about the grass-commit mailing list