[glib] Fix error message in set_mtime_atime()
- From: Paul Pogonyshev <paulp src gnome org>
- To: svn-commits-list gnome org
- Subject: [glib] Fix error message in set_mtime_atime()
- Date: Sun, 17 May 2009 08:23:08 -0400 (EDT)
commit 5b683af237f1c5dac62c83e11459d46799ba6ecf
Author: Paul Pogonyshev <pogonyshev gmx net>
Date: Sun May 17 15:17:57 2009 +0300
Fix error message in set_mtime_atime()
Bug #578786.
---
gio/glocalfileinfo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gio/glocalfileinfo.c b/gio/glocalfileinfo.c
index e0d5b90..8289ef4 100644
--- a/gio/glocalfileinfo.c
+++ b/gio/glocalfileinfo.c
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]