[GRASS-SVN] r43702 - grass-addons/vector/v.in.gshhs
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 27 09:07:52 EDT 2010
Author: neteler
Date: 2010-09-27 13:07:52 +0000 (Mon, 27 Sep 2010)
New Revision: 43702
Modified:
grass-addons/vector/v.in.gshhs/main.c
Log:
msg standardization (i18N)
Modified: grass-addons/vector/v.in.gshhs/main.c
===================================================================
--- grass-addons/vector/v.in.gshhs/main.c 2010-09-27 12:10:46 UTC (rev 43701)
+++ grass-addons/vector/v.in.gshhs/main.c 2010-09-27 13:07:52 UTC (rev 43702)
@@ -1,4 +1,3 @@
-
/**********************************************************************
*
* MODULE: v.in.gshhs (based on gshhstograss.c)
@@ -249,12 +248,12 @@
/* open GSHHS shoreline for reading */
if ((fp = fopen(dataname, "rb")) == NULL) {
- G_fatal_error(_("Could not find file <%s>"), dataname);
+ G_fatal_error(_("Unable to open input file <%s>"), dataname);
}
/* Open new vector */
if (0 > Vect_open_new(&Map, outname, 0)) {
- G_fatal_error(_("Cannot open new vector map <%s>"), outname);
+ G_fatal_error(_("Unable to create vector map <%s>"), outname);
}
/* read header from GSHHS database */
More information about the grass-commit
mailing list