[gnome-keyring] Fix gck_uri_parse error message



commit 957ddf41cdcdc3728a6a1612123017c615be84f2
Author: Lucian Adrian Grijincu <lucian grijincu gmail com>
Date:   Mon Mar 14 13:08:56 2011 +0100

    Fix gck_uri_parse error message
    
    Signed-off-by: Lucian Adrian Grijincu <lucian grijincu gmail com>

 gck/gck-uri.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gck/gck-uri.c b/gck/gck-uri.c
index d73fac0..2e393db 100644
--- a/gck/gck-uri.c
+++ b/gck/gck-uri.c
@@ -284,7 +284,7 @@ gck_uri_parse (const gchar *uri, GckUriParseFlags flags, GError **error)
 
 	if (!g_str_has_prefix (uri, URI_PREFIX)) {
 		g_set_error_literal (error, GCK_URI_ERROR, GCK_URI_BAD_PREFIX,
-		                     _("The URI has does not have the 'pkcs11' scheme."));
+		                     _("The URI does not have the 'pkcs11' scheme."));
 		goto cleanup;
 	}
 



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