[GRASS-SVN] r55147 - grass/branches/develbranch_6/vector/v.category
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 21 06:35:53 PST 2013
Author: neteler
Date: 2013-02-21 06:35:53 -0800 (Thu, 21 Feb 2013)
New Revision: 55147
Modified:
grass/branches/develbranch_6/vector/v.category/main.c
Log:
v.category: use existing message strings
Modified: grass/branches/develbranch_6/vector/v.category/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.category/main.c 2013-02-21 14:35:28 UTC (rev 55146)
+++ grass/branches/develbranch_6/vector/v.category/main.c 2013-02-21 14:35:53 UTC (rev 55147)
@@ -159,7 +159,7 @@
* the input vector */
Vect_set_open_level(2);
if (Vect_open_old_head(&In, in_opt->answer, "") < 2) {
- G_fatal_error(_("Can not open vector <%s> on level %d"),
+ G_fatal_error(_("Unable to open vector map <%s> at topological level %d"),
Vect_get_full_name(&In), 2);
}
if (In.format == GV_FORMAT_NATIVE) {
More information about the grass-commit
mailing list