[gnome-keyring] [wrap-layer] Fix text prompt for login keyring.



commit 68cb40cc11a8188cd4f8e608ab882f19e6d51329
Author: Stef Walter <stef memberwebs com>
Date:   Thu Jul 29 09:54:08 2010 +0200

    [wrap-layer] Fix text prompt for login keyring.
    
     * Typo.
     * Fixes bug# 614462

 pkcs11/wrap-layer/gkm-wrap-prompt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pkcs11/wrap-layer/gkm-wrap-prompt.c b/pkcs11/wrap-layer/gkm-wrap-prompt.c
index 4b80655..b1c203f 100644
--- a/pkcs11/wrap-layer/gkm-wrap-prompt.c
+++ b/pkcs11/wrap-layer/gkm-wrap-prompt.c
@@ -605,7 +605,7 @@ prepare_unlock_keyring_login (GkmWrapPrompt *self)
 
 	gku_prompt_set_title (prompt, _("Unlock Login Keyring"));
 
-	text = _("Enter password for to unlock your login keyring");
+	text = _("Enter password to unlock your login keyring");
 	gku_prompt_set_primary_text (prompt, text);
 
 	if (gkm_wrap_login_did_unlock_fail ())



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