[gnome-keyring] Fix typo in GcrUnlockRenderer



commit 73b1ef9914933d6748c9295d7ba3e7410c1633dc
Author: Stef Walter <stefw collabora co uk>
Date:   Sat Sep 10 07:57:14 2011 +0200

    Fix typo in GcrUnlockRenderer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658668

 gcr/gcr-unlock-renderer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gcr/gcr-unlock-renderer.c b/gcr/gcr-unlock-renderer.c
index 9df7807..2bd8cfc 100644
--- a/gcr/gcr-unlock-renderer.c
+++ b/gcr/gcr-unlock-renderer.c
@@ -321,10 +321,10 @@ gcr_unlock_renderer_render (GcrRenderer *renderer,
 		g_free (display);
 
 		if (self->pv->label)
-			display = g_strdup_printf (_("The contents of '%s' are locked. In order to view the contents, enter a the correct password."),
+			display = g_strdup_printf (_("The contents of '%s' are locked. In order to view the contents, enter the correct password."),
 			                           self->pv->label);
 		else
-			display = g_strdup (_("The contents are locked. In order to view the contents, enter a the correct password."));
+			display = g_strdup (_("The contents are locked. In order to view the contents, enter the correct password."));
 		_gcr_display_view_append_content (view, renderer, display, NULL);
 		g_free (display);
 



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