[GRASS-SVN] r56861 - grass/trunk/display/d.barscale

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 20 23:22:01 PDT 2013


Author: hamish
Date: 2013-06-20 23:21:56 -0700 (Thu, 20 Jun 2013)
New Revision: 56861

Modified:
   grass/trunk/display/d.barscale/main.c
Log:
better wording in the tooltip

Modified: grass/trunk/display/d.barscale/main.c
===================================================================
--- grass/trunk/display/d.barscale/main.c	2013-06-21 06:17:20 UTC (rev 56860)
+++ grass/trunk/display/d.barscale/main.c	2013-06-21 06:21:56 UTC (rev 56861)
@@ -114,7 +114,7 @@
 
     n_arrow = G_define_option();
     n_arrow->key = "north_arrow";
-    n_arrow->description = _("Only used when drawing a north arrow only");
+    n_arrow->description = _("Only used when drawing a north arrow with the -n flag");
     n_arrow->label = _("North arrow style");
     n_arrow->options = "1a,1b,2,3,4,5,6,7a,7b,8a,8b,9";
     n_arrow->answer = "1a";



More information about the grass-commit mailing list