From: ueno Date: Wed, 31 Jan 2007 03:19:16 +0000 (+0000) Subject: Fixed prompt. X-Git-Tag: plaintext-branchpoint~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bf9620054071f6b1670651e300e6285024e6b4a5;p=elisp%2Fepg.git Fixed prompt. --- diff --git a/epg.el b/epg.el index 7fa6df6..5b2ee14 100644 --- 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)