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