s/Send/Mail/
[pgp-tools.git] / caff / caff
index 2e8ce8901f4cc12333314a20a2e33bef54f39cea..a804dbca3bcbbad5e2eac71b2b3d4f400491fb7e 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("Mail signature for $uid->{'text'} to '$address'?", 1, $CONFIG{'mail'})) {
                                        my $mail = send_mail($address, $can_encrypt, $longkeyid, $uid, @attached);
 
                                        my $keydir = "$KEYSBASE/$DATE_STRING";