Browse Source

wording

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38763 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 years ago
parent
commit
a1eb20aae1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/gis/home.c

+ 1 - 1
lib/gis/home.c

@@ -110,7 +110,7 @@ const char *G_rc_path(void)
     int ret;
     int ret;
     ret = G_mkdir(rcpath);
     ret = G_mkdir(rcpath);
     if (ret == -1 && errno != EEXIST)
     if (ret == -1 && errno != EEXIST)
-	G_fatal_error(_("Cannot create directory [%s]"), rcpath);
+	G_fatal_error(_("Failed to create directory [%s]"), rcpath);
 #endif
 #endif
 
 
     return G_store(rcpath);
     return G_store(rcpath);