From fa2da5acd6f45520739f747062d04cdb866b2428 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 28 Mar 2010 18:54:27 -0400 Subject: Fix mismatched quotes. --- smime/gui/component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smime/gui/component.c') diff --git a/smime/gui/component.c b/smime/gui/component.c index 48546bf75f..0b7a679ee2 100644 --- a/smime/gui/component.c +++ b/smime/gui/component.c @@ -43,7 +43,7 @@ smime_pk11_passwd (ECertDB *db, PK11SlotInfo* slot, gboolean retry, gchar **pass g_strchomp (slot_name); - prompt = g_strdup_printf (_("Enter the password for `%s'"), slot_name); + prompt = g_strdup_printf (_("Enter the password for '%s'"), slot_name); g_free (slot_name); *passwd = e_passwords_ask_password (_("Enter password"), "SMIME-PKCS11", "", -- cgit v1.2.3