[Pgp-tools-commit] r134 - trunk/caff

Peter Palfrader weasel at costa.debian.org
Tue Jul 19 19:20:30 UTC 2005


Author: weasel
Date: 2005-07-19 19:20:29 +0000 (Tue, 19 Jul 2005)
New Revision: 134

Modified:
   trunk/caff/caff
Log:
s/Send/Mail/

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2005-07-19 16:50:48 UTC (rev 133)
+++ trunk/caff/caff	2005-07-19 19:20:29 UTC (rev 134)
@@ -1083,7 +1083,7 @@
 			if (!$uid->{'is_uat'} && ($uid->{'text'} =~ /@/)) {
 				my $address = $uid->{'text'};
 				$address =~ s/.*<(.*)>.*/$1/;
-				if (ask("Send signature for $uid->{'text'} to '$address'?", 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";





More information about the Pgp-tools-commit mailing list