aboutsummaryrefslogtreecommitdiffstats
path: root/smime/gui/component.c
diff options
context:
space:
mode:
Diffstat (limited to 'smime/gui/component.c')
-rw-r--r--smime/gui/component.c2
1 files changed, 1 insertions, 1 deletions
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", "",