[glib] glocalfile: Fix the grammar



commit 116b2932abfa7727cd0486e6e74624aaf4012ab7
Author: Tomas Bzatek <tbzatek redhat com>
Date:   Tue Aug 30 18:00:49 2011 +0200

    glocalfile: Fix the grammar

 gio/glocalfile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/glocalfile.c b/gio/glocalfile.c
index 610d606..cc848f1 100644
--- a/gio/glocalfile.c
+++ b/gio/glocalfile.c
@@ -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;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]