[gnome-keyring] Shorten unlock keyring dialog title



commit 7cbd534a8b7aa79deba94c751d51732b9872bd61
Author: Felix Zhang <fezhang suse com>
Date:   Sat Aug 20 22:23:30 2016 +0800

    Shorten unlock keyring dialog title
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770170

 pkcs11/wrap-layer/gkm-wrap-prompt.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/pkcs11/wrap-layer/gkm-wrap-prompt.c b/pkcs11/wrap-layer/gkm-wrap-prompt.c
index 3d3d4f5..5d0548a 100644
--- a/pkcs11/wrap-layer/gkm-wrap-prompt.c
+++ b/pkcs11/wrap-layer/gkm-wrap-prompt.c
@@ -615,9 +615,8 @@ setup_unlock_keyring_other (GkmWrapPrompt *self,
 
        gcr_prompt_set_title (prompt, _("Unlock Keyring"));
 
-       text = g_markup_printf_escaped (_("Enter password for keyring '%s' to unlock"), label);
+       text = _("Enter password to unlock");
        gcr_prompt_set_message (prompt, text);
-       g_free (text);
 
        text = g_markup_printf_escaped (_("An application wants access to the keyring '%s', but it is 
locked"), label);
        gcr_prompt_set_description (prompt, text);


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