mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
String fixes
svn path=/trunk/; revision=6370
This commit is contained in:
@@ -1626,7 +1626,7 @@ g_local_file_trash (GFile *file,
|
||||
|
||||
g_set_error (error, G_IO_ERROR,
|
||||
g_io_error_from_errno (errno),
|
||||
_("Unable to create trashed file: %s"),
|
||||
_("Unable to create trashing info file: %s"),
|
||||
g_strerror (errno));
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user