mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
glocalfile: Fix the grammar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user