From 6067f9f794954b8545776e14d059a7bb15d99e99 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Tue, 18 May 2010 16:43:36 -0400 Subject: [PATCH] Bug 618839 - Typo at translation message Fix trivial typo in GCredentials code --- gio/gcredentials.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4