Browse Source

msg cosmetics (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31539 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 17 years ago
parent
commit
8fa31aefbf
1 changed files with 4 additions and 4 deletions
  1. 4 4
      general/g.setproj/main.c

+ 4 - 4
general/g.setproj/main.c

@@ -121,13 +121,13 @@ int main(int argc, char *argv[])
 	    "\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"));