Browse Source

Corner sounds better

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36692 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 16 years ago
parent
commit
dabb49cca6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      display/d.grid/main.c

+ 1 - 1
display/d.grid/main.c

@@ -97,7 +97,7 @@ int main(int argc, char **argv)
 
     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';