mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
glocalfile: Fix the grammar
This commit is contained in:
parent
780591b542
commit
116b2932ab
@ -1119,7 +1119,7 @@ g_local_file_set_display_name (GFile *file,
|
||||
{
|
||||
g_set_error_literal (error, G_IO_ERROR,
|
||||
G_IO_ERROR_EXISTS,
|
||||
_("Can't rename file, filename already exist"));
|
||||
_("Can't rename file, filename already exists"));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user