[GRASS-SVN] r42157 - grass/branches/develbranch_6/general/g.message
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 8 08:48:01 EDT 2010
Author: martinl
Date: 2010-05-08 08:48:01 -0400 (Sat, 08 May 2010)
New Revision: 42157
Modified:
grass/branches/develbranch_6/general/g.message/main.c
Log:
fix backport
Modified: grass/branches/develbranch_6/general/g.message/main.c
===================================================================
--- grass/branches/develbranch_6/general/g.message/main.c 2010-05-08 12:45:32 UTC (rev 42156)
+++ grass/branches/develbranch_6/general/g.message/main.c 2010-05-08 12:48:01 UTC (rev 42157)
@@ -30,8 +30,7 @@
G_gisinit(argv[0]);
module = G_define_module();
- module->keywords = _("general");
- G_add_keyword(_("scripts"));
+ module->keywords = _("general, scripts");
module->label =
_("Prints a message, warning, progress info, or fatal error in the GRASS way.");
module->description =
More information about the grass-commit
mailing list