X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=epg.el;h=cf6cdd442f139dd99d95fe24f52830cc008c239a;hb=ba07aba5851c289d7d6107d7f0c540d4e71451c5;hp=5456f78109d8d0dc210f553ade0b43beadcec853;hpb=8518b61a31911ec3b5cae65a354c67419898705b;p=elisp%2Fepg.git diff --git a/epg.el b/epg.el index 5456f78..cf6cdd4 100644 --- a/epg.el +++ b/epg.el @@ -423,10 +423,10 @@ This function is for internal use only." (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)