[GRASS-SVN] r41187 - grass/branches/releasebranch_6_4/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 26 02:14:29 EST 2010


Author: hamish
Date: 2010-02-26 02:14:27 -0500 (Fri, 26 Feb 2010)
New Revision: 41187

Modified:
   grass/branches/releasebranch_6_4/lib/gis/myname.c
Log:
more obvious error message (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/lib/gis/myname.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/myname.c	2010-02-26 06:55:23 UTC (rev 41186)
+++ grass/branches/releasebranch_6_4/lib/gis/myname.c	2010-02-26 07:14:27 UTC (rev 41187)
@@ -47,7 +47,7 @@
 	fclose(fd);
     }
     if (!ok)
-	strcpy(name, _("Unknown Location"));
+	strcpy(name, _("This location has no description."));
 
     return name;
 }



More information about the grass-commit mailing list