Fix error message in set_mtime_atime()

Bug #578786.
This commit is contained in:
Paul Pogonyshev 2009-05-17 15:17:57 +03:00
parent 34e74378c9
commit 5b683af237

View File

@ -2048,7 +2048,7 @@ set_mtime_atime (char *filename,
g_set_error (error, G_IO_ERROR,
g_io_error_from_errno (errsv),
_("Error setting owner: %s"),
_("Error setting modification or access time: %s"),
g_strerror (errsv));
return FALSE;
}