[glib] Bug 618839 - Typo at translation message



commit 6067f9f794954b8545776e14d059a7bb15d99e99
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue May 18 16:43:36 2010 -0400

    Bug 618839  - Typo at translation message
    
    Fix trivial typo in GCredentials code

 gio/gcredentials.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gcredentials.c b/gio/gcredentials.c
index bcea1a4..eb5d3ae 100644
--- a/gio/gcredentials.c
+++ b/gio/gcredentials.c
@@ -293,7 +293,7 @@ g_credentials_get_unix_user (GCredentials    *credentials,
   g_set_error_literal (error,
                        G_IO_ERROR,
                        G_IO_ERROR_NOT_SUPPORTED,
-                       _("There no GCredentials support for your your platform"));
+                       _("There is no GCredentials support for your your platform"));
 #endif
 
   return ret;



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