From 03fe24eba2e5a9d1d829305aada0489cdf88f842 Mon Sep 17 00:00:00 2001 From: weasel Date: Tue, 19 Jul 2005 16:50:48 +0000 Subject: [PATCH] Change wording for send mail question - maybe it makes at least some people send more git-svn-id: svn://svn.debian.org/pgp-tools/trunk@133 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/caff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caff/caff b/caff/caff index 2e8ce89..e4f69a9 100755 --- a/caff/caff +++ b/caff/caff @@ -1083,7 +1083,7 @@ for my $keyid (@keyids_ok) { if (!$uid->{'is_uat'} && ($uid->{'text'} =~ /@/)) { my $address = $uid->{'text'}; $address =~ s/.*<(.*)>.*/$1/; - if (ask("Send mail to '$address' for $uid->{'text'}?", 1, $CONFIG{'mail'})) { + if (ask("Send signature for $uid->{'text'} to '$address'?", 1, $CONFIG{'mail'})) { my $mail = send_mail($address, $can_encrypt, $longkeyid, $uid, @attached); my $keydir = "$KEYSBASE/$DATE_STRING"; -- 2.30.2