Simplified prompt.
authorueno <ueno>
Wed, 31 Jan 2007 03:27:46 +0000 (03:27 +0000)
committerueno <ueno>
Wed, 31 Jan 2007 03:27:46 +0000 (03:27 +0000)
epg.el

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