[GRASS-SVN] r41185 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 26 01:52:13 EST 2010


Author: hamish
Date: 2010-02-26 01:52:12 -0500 (Fri, 26 Feb 2010)
New Revision: 41185

Modified:
   grass/branches/develbranch_6/lib/gis/myname.c
Log:
more obvious error message

Modified: grass/branches/develbranch_6/lib/gis/myname.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/myname.c	2010-02-24 17:52:11 UTC (rev 41184)
+++ grass/branches/develbranch_6/lib/gis/myname.c	2010-02-26 06:52:12 UTC (rev 41185)
@@ -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