projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf96200
)
Simplified prompt.
author
ueno
<ueno>
Wed, 31 Jan 2007 03:27:46 +0000
(
03:27
+0000)
committer
ueno
<ueno>
Wed, 31 Jan 2007 03:27:46 +0000
(
03:27
+0000)
epg.el
patch
|
blob
|
history
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? ")))