[GRASS-SVN] r31539 - grass/trunk/general/g.setproj
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 28 00:24:15 EDT 2008
Author: hamish
Date: 2008-05-28 00:24:15 -0400 (Wed, 28 May 2008)
New Revision: 31539
Modified:
grass/trunk/general/g.setproj/main.c
Log:
msg cosmetics (merge from devbr6)
Modified: grass/trunk/general/g.setproj/main.c
===================================================================
--- grass/trunk/general/g.setproj/main.c 2008-05-28 04:21:30 UTC (rev 31538)
+++ grass/trunk/general/g.setproj/main.c 2008-05-28 04:24:15 UTC (rev 31539)
@@ -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