[GRASS-SVN] r58843 - grass/trunk/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 3 00:23:53 PST 2014
Author: hamish
Date: 2014-02-03 00:23:53 -0800 (Mon, 03 Feb 2014)
New Revision: 58843
Modified:
grass/trunk/lib/ogsf/gsd_legend.c
Log:
typo (#2186)
Modified: grass/trunk/lib/ogsf/gsd_legend.c
===================================================================
--- grass/trunk/lib/ogsf/gsd_legend.c 2014-02-03 08:22:15 UTC (rev 58842)
+++ grass/trunk/lib/ogsf/gsd_legend.c 2014-02-03 08:23:53 UTC (rev 58843)
@@ -382,7 +382,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