From bf9620054071f6b1670651e300e6285024e6b4a5 Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 31 Jan 2007 03:19:16 +0000 Subject: [PATCH] Fixed prompt. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4