[GRASS-SVN] r31538 - grass/branches/develbranch_6/general/g.setproj

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 28 00:21:30 EDT 2008


Author: hamish
Date: 2008-05-28 00:21:30 -0400 (Wed, 28 May 2008)
New Revision: 31538

Modified:
   grass/branches/develbranch_6/general/g.setproj/main.c
Log:
msg cosmetics

Modified: grass/branches/develbranch_6/general/g.setproj/main.c
===================================================================
--- grass/branches/develbranch_6/general/g.setproj/main.c	2008-05-27 16:43:14 UTC (rev 31537)
+++ grass/branches/develbranch_6/general/g.setproj/main.c	2008-05-28 04:21:30 UTC (rev 31538)
@@ -121,13 +121,13 @@
 	    "\nWARNING: A projection file already exists for this location\n(Filename '%s')\n",
 		path);
 	fprintf(stderr,
-	    "\nThis file contains all the parameters for the\nlocation's projection: %s\n", buf);
+	    "\nThis file contains all the parameters for the location's projection:\n  %s\n", buf);
 	fprintf(stderr,
 	    "\n    Overriding this information implies that the old projection parameters\n"
-	    "	 were incorrect.  If you change the parameters, all existing data will be\n"
-	    "	 interpreted differently by the projection software.\n%c%c%c", 7, 7, 7);
+	    "    were incorrect.  If you change the parameters, all existing data will\n"
+	    "    be interpreted differently by the projection software.\n%c%c%c", 7, 7, 7);
 	fprintf(stderr,
-	    "    GRASS will not re-project your data automatically\n");
+	    "    GRASS will not re-project your data automatically.\n\n");
 
 	if (!G_yes(_("Would you still like to change some of the parameters?"), 0)) {
 	    G_message(_("The projection information will not be updated"));



More information about the grass-commit mailing list