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

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


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

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:06:24 UTC (rev 60159)
+++ grass/trunk/general/g.setproj/get_stp.c	2014-05-09 15:14:16 UTC (rev 60160)
@@ -40,7 +40,7 @@
 	    fprintf(stderr, "\nInvalid Co-ordinate System Specification\n");
     }
     if (get_stp_code(code, string, buff) == 0)
-	G_fatal_error(_("This should not happen see your system admin"));
+	G_fatal_error(_("This should not happen. See your system admin."));
 
     return;
 }



More information about the grass-commit mailing list