#2186: missing ) in ./lib/ogsf/gsd_legend.c
---------------------+------------------------------------------------------
Reporter: yarma | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Default | Version:
Keywords: | Platform: All
Cpu: All |
---------------------+------------------------------------------------------
in the file lib/ogsf/gsd_legend.c line 384, there is a ) missing before
the closing "
currently
G_warning(_("Unable to show discrete FP range (use list"));
should be
G_warning(_("Unable to show discrete FP range (use list)"));
this typo affect all branch (6.4.4 and 7)
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2186>
GRASS GIS <http://grass.osgeo.org>