[GRASS-SVN] r60292 - grass/branches/releasebranch_7_0/raster/r.stream.channel

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 17 12:49:47 PDT 2014


Author: hellik
Date: 2014-05-17 12:49:47 -0700 (Sat, 17 May 2014)
New Revision: 60292

Modified:
   grass/branches/releasebranch_7_0/raster/r.stream.channel/main.c
Log:
r.stream.channel: cosmetics (merged from trunk r60291)

Modified: grass/branches/releasebranch_7_0/raster/r.stream.channel/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stream.channel/main.c	2014-05-17 19:46:33 UTC (rev 60291)
+++ grass/branches/releasebranch_7_0/raster/r.stream.channel/main.c	2014-05-17 19:49:47 UTC (rev 60292)
@@ -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