[GRASS-SVN] r57711 - grass/trunk/display/d.barscale
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 16 16:56:34 PDT 2013
Author: hamish
Date: 2013-09-16 16:56:34 -0700 (Mon, 16 Sep 2013)
New Revision: 57711
Modified:
grass/trunk/display/d.barscale/d.barscale.html
grass/trunk/display/d.barscale/main.c
Log:
minor wording, spelling
Modified: grass/trunk/display/d.barscale/d.barscale.html
===================================================================
--- grass/trunk/display/d.barscale/d.barscale.html 2013-09-16 21:33:57 UTC (rev 57710)
+++ grass/trunk/display/d.barscale/d.barscale.html 2013-09-16 23:56:34 UTC (rev 57711)
@@ -8,14 +8,16 @@
page</a> for details).
<p>
-If <b>-n</b> flag is given, <em>d.barscale</em> draws north arrow
-instead of the barscale. Style of north arrow can be controlled
-by <b>north_arrow</b> paramater.
+If the <b>-n</b> flag is given, <em>d.barscale</em> draws a north arrow
+instead of a barscale. The style of north arrow can be controlled using
+the <b>north_arrow</b> parameter.
+
<h2>NOTE</h2>
<em>d.barscale</em> will not work in Lat/Lon locations as the horizontal
-scale distance changes with latitude. Try <em><a href="d.grid.html">d.grid</a></em> instead.
+scale distance changes with latitude.
+Try <em><a href="d.grid.html">d.grid</a></em> instead.
<h2>SEE ALSO</h2>
@@ -29,7 +31,7 @@
<h2>AUTHOR</h2>
-unknown, but from USA/CERL.<br>
+unknown, but from USACE/CERL.<br>
Major rewrite for GRASS 7 by Hamish Bowman
<p>
Modified: grass/trunk/display/d.barscale/main.c
===================================================================
--- grass/trunk/display/d.barscale/main.c 2013-09-16 21:33:57 UTC (rev 57710)
+++ grass/trunk/display/d.barscale/main.c 2013-09-16 23:56:34 UTC (rev 57711)
@@ -86,7 +86,7 @@
coords->required = YES;
coords->label =
_("Screen coordinates of the rectangle's top-left corner");
- coords->description = _("(0,0) is lower-left of display frame");
+ coords->description = _("(0,0) is lower-left of the display frame");
fg_color_opt = G_define_standard_option(G_OPT_C_FG);
fg_color_opt->label = _("Bar scale, text, and north arrow color");
More information about the grass-commit
mailing list