[GRASS-SVN] r55148 - grass/trunk/vector/v.category
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 21 06:37:29 PST 2013
Author: neteler
Date: 2013-02-21 06:37:28 -0800 (Thu, 21 Feb 2013)
New Revision: 55148
Modified:
grass/trunk/vector/v.category/main.c
Log:
v.category: use existing message strings
Modified: grass/trunk/vector/v.category/main.c
===================================================================
--- grass/trunk/vector/v.category/main.c 2013-02-21 14:35:53 UTC (rev 55147)
+++ grass/trunk/vector/v.category/main.c 2013-02-21 14:37:28 UTC (rev 55148)
@@ -178,7 +178,7 @@
* the input vector */
Vect_set_open_level(2);
if (Vect_open_old_head2(&In, in_opt->answer, "", field_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