[GRASS-SVN] r58845 - grass/branches/releasebranch_6_4/lib/ogsf

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 3 00:26:12 PST 2014


Author: hamish
Date: 2014-02-03 00:26:12 -0800 (Mon, 03 Feb 2014)
New Revision: 58845

Modified:
   grass/branches/releasebranch_6_4/lib/ogsf/gsd_legend.c
Log:
typo (#2186, merge from devbr6)

Modified: grass/branches/releasebranch_6_4/lib/ogsf/gsd_legend.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/ogsf/gsd_legend.c	2014-02-03 08:25:55 UTC (rev 58844)
+++ grass/branches/releasebranch_6_4/lib/ogsf/gsd_legend.c	2014-02-03 08:26:12 UTC (rev 58845)
@@ -381,7 +381,7 @@
 	    /* watch out for trying to display mega cats */
 	    if (is_fp && !Listnum) {
 		discrete = 0;	/* maybe later do stats & allow if few #s */
-		G_warning(_("Unable to show discrete FP range (use list"));
+		G_warning(_("Unable to show discrete FP range (use list)"));
 		return (-1);
 	    }
 	    if (numlabs < MAX_LEGEND)



More information about the grass-commit mailing list