Change wording for send mail question - maybe it makes at least some people send...
authorweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Tue, 19 Jul 2005 16:50:48 +0000 (16:50 +0000)
committerweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Tue, 19 Jul 2005 16:50:48 +0000 (16:50 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@133 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/caff

index 2e8ce8901f4cc12333314a20a2e33bef54f39cea..e4f69a9155c29506c5e95ab39bfdb4c5b478cfd7 100755 (executable)
--- 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";