From cc09bb60568d1d072f0563a2d7e630eb02c4b153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Norb=C3=83=C2=A4ck?= Date: Wed, 17 Jan 2001 09:52:50 +0000 Subject: Changed the word entry to enter, which is the correct word to use. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2001-01-17 Martin Norbäck * openpgp-utils.c (pgp_get_passphrase): Changed the word entry to enter, which is the correct word to use. svn path=/trunk/; revision=7569 --- mail/openpgp-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/openpgp-utils.c') 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); -- cgit v1.2.3