aboutsummaryrefslogtreecommitdiffstats
path: root/mail/openpgp-utils.c
diff options
context:
space:
mode:
authorMartin Norbäck <d95mback@dtek.chalmers.se>2001-01-17 17:52:50 +0800
committerMartin Norback <mback@src.gnome.org>2001-01-17 17:52:50 +0800
commitcc09bb60568d1d072f0563a2d7e630eb02c4b153 (patch)
tree32c10f647b635933685b07136fa58230bde7ab28 /mail/openpgp-utils.c
parent7d2dc658f84505087352b74d35c7e337cecf43fa (diff)
downloadgsoc2013-evolution-cc09bb60568d1d072f0563a2d7e630eb02c4b153.tar
gsoc2013-evolution-cc09bb60568d1d072f0563a2d7e630eb02c4b153.tar.gz
gsoc2013-evolution-cc09bb60568d1d072f0563a2d7e630eb02c4b153.tar.bz2
gsoc2013-evolution-cc09bb60568d1d072f0563a2d7e630eb02c4b153.tar.lz
gsoc2013-evolution-cc09bb60568d1d072f0563a2d7e630eb02c4b153.tar.xz
gsoc2013-evolution-cc09bb60568d1d072f0563a2d7e630eb02c4b153.tar.zst
gsoc2013-evolution-cc09bb60568d1d072f0563a2d7e630eb02c4b153.zip
Changed the word entry to enter, which is the correct word to use.
2001-01-17 Martin Norbäck <d95mback@dtek.chalmers.se> * openpgp-utils.c (pgp_get_passphrase): Changed the word entry to enter, which is the correct word to use. svn path=/trunk/; revision=7569
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);