aboutsummaryrefslogtreecommitdiffstats
path: root/mail/openpgp-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/openpgp-utils.c')
-rw-r--r--mail/openpgp-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/openpgp-utils.c b/mail/openpgp-utils.c
index 58585fceef..290562d55a 100644
--- a/mail/openpgp-utils.c
+++ b/mail/openpgp-utils.c
@@ -75,10 +75,10 @@ pgp_get_passphrase (const gchar *userid)
}
if (userid)
- prompt = g_strdup_printf (_("Please entry your %s passphrase for %s"),
+ prompt = g_strdup_printf (_("Please enter your %s passphrase for %s"),
type, userid);
else
- prompt = g_strdup_printf (_("Please entry your %s passphrase"),
+ prompt = g_strdup_printf (_("Please enter your %s passphrase"),
type);
passphrase = pgp_passwd_func (prompt, pgp_data);