(defun epg-passphrase-callback-function (key-id handback)
(read-passwd
(if (eq key-id 'SYM)
- "GnuPG passphrase for symmetric encryption: "
+ "Passphrase for symmetric encryption: "
(if (eq key-id 'PIN)
- "GnuPG passphrase for PIN: "
- (format "GnuPG passphrase for %s: "
+ "Passphrase for PIN: "
+ (format "Passphrase for %s: "
(let ((entry (assoc key-id epg-user-id-alist)))
(if entry
(cdr entry)