Fixed prompt.
authorueno <ueno>
Wed, 31 Jan 2007 03:19:16 +0000 (03:19 +0000)
committerueno <ueno>
Wed, 31 Jan 2007 03:19:16 +0000 (03:19 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 7fa6df6..5b2ee14 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -1268,7 +1268,7 @@ This function is for internal use only."
   (y-or-n-p (if (equal (car epg-last-status) "USERID_HINT")
                (format "Untrusted key %s.  Use this key anyway? "
                        (cdr epg-last-status))
-             "Use this key anyway? ")))
+             "Use untrusted key anyway? ")))
 
 (defun epg--status-GET_BOOL (context string)
   (let (inhibit-quit)