[GRASS-SVN] r60161 - grass/trunk/general/g.setproj

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 9 08:16:40 PDT 2014


Author: hcho
Date: 2014-05-09 08:16:40 -0700 (Fri, 09 May 2014)
New Revision: 60161

Modified:
   grass/trunk/general/g.setproj/get_stp.c
Log:
Message cosmetics

Modified: grass/trunk/general/g.setproj/get_stp.c
===================================================================
--- grass/trunk/general/g.setproj/get_stp.c	2014-05-09 15:14:16 UTC (rev 60160)
+++ grass/trunk/general/g.setproj/get_stp.c	2014-05-09 15:16:40 UTC (rev 60161)
@@ -122,7 +122,7 @@
 	if (icode != 0)
 	    break;
 	else {			/* no match */
-	    G_warning(_("No match of fips state %d county %d"), SFIPS, CFIPS);
+	    G_warning(_("No match of FIPS state %d county %d"), SFIPS, CFIPS);
 	    fclose(fipsfile);
 	}
     }



More information about the grass-commit mailing list