glocalfile: Fix the grammar

This commit is contained in:
Tomas Bzatek 2011-08-30 18:00:49 +02:00
parent 780591b542
commit 116b2932ab

View File

@ -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;
}