git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60160 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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;