[glib: 1/3] glocalfile: Clarify an error message slightly
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/3] glocalfile: Clarify an error message slightly
- Date: Mon, 4 Jan 2021 15:07:32 +0000 (UTC)
commit 8cec87ff46f21d696769d806ed01c01f51890cef
Author: Philip Withnall <pwithnall endlessos org>
Date: Tue Dec 22 18:22:37 2020 +0000
glocalfile: Clarify an error message slightly
Signed-off-by: Philip Withnall <pwithnall endlessos org>
gio/glocalfile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/glocalfile.c b/gio/glocalfile.c
index a35368c71..709ea9f1c 100644
--- a/gio/glocalfile.c
+++ b/gio/glocalfile.c
@@ -2026,7 +2026,7 @@ g_local_file_trash (GFile *file,
display_name = g_filename_display_name (trashdir);
g_set_error (error, G_IO_ERROR,
g_io_error_from_errno (errsv),
- _("Unable to create trash dir %s: %s"),
+ _("Unable to create trash directory %s: %s"),
display_name, g_strerror (errsv));
g_free (display_name);
g_free (trashdir);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]