Browse Source

Message cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60160 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 years ago
parent
commit
58d377a3cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      general/g.setproj/get_stp.c

+ 1 - 1
general/g.setproj/get_stp.c

@@ -40,7 +40,7 @@ void get_stp_proj(char string[])
 	    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;
 }