[GRASS-dev] [GRASS GIS] #2186: missing ) in ./lib/ogsf/gsd_legend.c
GRASS GIS
trac at osgeo.org
Sun Feb 2 22:58:02 PST 2014
#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>
More information about the grass-dev
mailing list