[GRASS-SVN] r63367 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 4 00:20:04 PST 2014
Author: martinl
Date: 2014-12-04 00:20:04 -0800 (Thu, 04 Dec 2014)
New Revision: 63367
Modified:
grass/trunk/lib/gis/parser.c
Log:
libgis: another attempt to clarify warning about renamed options
Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c 2014-12-03 23:21:48 UTC (rev 63366)
+++ grass/trunk/lib/gis/parser.c 2014-12-04 08:20:04 UTC (rev 63367)
@@ -994,7 +994,7 @@
if (renamed_key) {
for (at_opt = &st->first_option; at_opt; at_opt = at_opt->next_opt) {
if (strcmp(renamed_key, at_opt->key) == 0) {
- G_warning(_("Please update the user interface of <%s>: "
+ G_warning(_("Please update the usage of <%s>: "
"option <%s> has been renamed to <%s>"),
G_program_name(), the_key, renamed_key);
opt = at_opt;
More information about the grass-commit
mailing list