Преглед изворни кода

Corner sounds better

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36692 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho пре 16 година
родитељ
комит
dabb49cca6
1 измењених фајлова са 1 додато и 1 уклоњено
  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';