[gnome-keyring] Typo in translatable string



commit a1125bd44ef47944326625de0e50d9bcf1dfd23d
Author: Friedel Wolff <friedel translate org za>
Date:   Wed Aug 31 10:00:18 2011 +0200

    Typo in translatable string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656599

 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 fba30a9..35cbe6b 100644
--- a/gck/gck-uri.c
+++ b/gck/gck-uri.c
@@ -174,7 +174,7 @@ gck_uri_parse (const gchar *string, GckUriFlags flags, GError **error)
 			break;
 		case P11_KIT_URI_BAD_SCHEME:
 			g_set_error_literal (error, GCK_URI_ERROR, GCK_URI_BAD_SCHEME,
-			                     _("The URI has does not have the 'pkcs11' scheme."));
+			                     _("The URI does not have the 'pkcs11' scheme."));
 			break;
 		case P11_KIT_URI_BAD_SYNTAX:
 			g_set_error_literal (error, GCK_URI_ERROR, GCK_URI_BAD_SYNTAX,



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