git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38763 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -110,7 +110,7 @@ const char *G_rc_path(void)
int ret;
ret = G_mkdir(rcpath);
if (ret == -1 && errno != EEXIST)
- G_fatal_error(_("Cannot create directory [%s]"), rcpath);
+ G_fatal_error(_("Failed to create directory [%s]"), rcpath);
#endif
return G_store(rcpath);