mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
glocalfile: Clarify an error message slightly
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
d48e22e464
commit
8cec87ff46
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user