[GRASS-SVN] r51839 - grass/trunk/misc/m.nviz.image
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 28 01:04:46 PDT 2012
Author: neteler
Date: 2012-05-28 01:04:46 -0700 (Mon, 28 May 2012)
New Revision: 51839
Modified:
grass/trunk/misc/m.nviz.image/args.c
Log:
msg fix
Modified: grass/trunk/misc/m.nviz.image/args.c
===================================================================
--- grass/trunk/misc/m.nviz.image/args.c 2012-05-28 07:58:31 UTC (rev 51838)
+++ grass/trunk/misc/m.nviz.image/args.c 2012-05-28 08:04:46 UTC (rev 51839)
@@ -1032,7 +1032,7 @@
/* color */
nconsts = opt_get_num_answers(params->vline_color);
if (nvlines > 0 && nconsts != nvlines)
- G_fatal_error(_("Inconsistent number of attributes (<%s> %d: <%s> %d"),
+ G_fatal_error(_("Inconsistent number of attributes (<%s> %d: <%s> %d)"),
params->vlines->key, nvlines, params->vline_color->key,
nconsts);
More information about the grass-commit
mailing list