From: weasel Date: Tue, 19 Jul 2005 16:50:48 +0000 (+0000) Subject: Change wording for send mail question - maybe it makes at least some people send... X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=03fe24eba2e5a9d1d829305aada0489cdf88f842 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 --- 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";