Fix typo in error message (#534764).
authorRoss Burton <ross@burtonini.com>
Sun, 25 May 2008 18:31:42 +0000 (18:31 +0000)
committerRoss Burton <rburton@src.gnome.org>
Sun, 25 May 2008 18:31:42 +0000 (18:31 +0000)
2008-05-25  Ross Burton  <ross@burtonini.com>

* glocalfile.c:
Fix typo in error message (#534764).

svn path=/trunk/; revision=6928

gio/ChangeLog
gio/glocalfile.c

index 194943750b95ddd71f813d1ff5db5bbe93948501..37d8781cffce7faa56c5d116ad0f59d8b6533ba9 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-25  Ross Burton  <ross@burtonini.com>
+
+       * glocalfile.c:
+       Fix typo in error message (#534764).
+
 2008-05-25  Ross Burton  <ross@burtonini.com>
 
        * Makefile.am:
index ed40ea6355474d0defb508cb5c50cc20b1c50184..cdb2fba244f41ec88717601d9e4870bace250aec 100644 (file)
@@ -1988,7 +1988,7 @@ g_local_file_make_directory (GFile         *file,
       else
        g_set_error (error, G_IO_ERROR,
                     g_io_error_from_errno (errsv),
-                    _("Error removing file: %s"),
+                    _("Error creating directory: %s"),
                     g_strerror (errsv));
       return FALSE;
     }