Explorar o código

Corner sounds better

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36692 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho %!s(int64=16) %!d(string=hai) anos
pai
achega
dabb49cca6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';