aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/openpgp-utils.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1ea0df32ee..73771aa63b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2001-01-17 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (ask_confirm_for_empty_subject): Update to use
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);