[GRASS-SVN] r36692 - grass/trunk/display/d.grid

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 11 22:33:09 EDT 2009


Author: hcho
Date: 2009-04-11 22:33:09 -0400 (Sat, 11 Apr 2009)
New Revision: 36692

Modified:
   grass/trunk/display/d.grid/main.c
Log:
Corner sounds better

Modified: grass/trunk/display/d.grid/main.c
===================================================================
--- grass/trunk/display/d.grid/main.c	2009-04-12 01:17:56 UTC (rev 36691)
+++ grass/trunk/display/d.grid/main.c	2009-04-12 02:33:09 UTC (rev 36692)
@@ -97,7 +97,7 @@
 
     align = G_define_flag();
     align->key = 'a';
-    align->description = _("Align the origin to the east-north vertex of the current region");
+    align->description = _("Align the origin to the east-north corner of the current region");
 
     geogrid = G_define_flag();
     geogrid->key = 'g';



More information about the grass-commit mailing list