Change wording for send mail question - maybe it makes at least some people send...
[pgp-tools.git] / 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";