]> git.cworth.org Git - sup/commitdiff
trivial: remove trailing period in crypto decrypted notice
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 27 Sep 2007 00:07:20 +0000 (00:07 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 27 Sep 2007 00:07:20 +0000 (00:07 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@595 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/crypto.rb

index 93fd4d7f8bc43de63fb40a0dd8507f655b9831e6..5aca1a4d15653b9e76c2dbd20e8d9105b6ddb93f 100644 (file)
@@ -109,7 +109,7 @@ class CryptoManager
           end
         end
 
-      notice = CryptoDecryptedNotice.new :valid, "This message has been decrypted for display."
+      notice = CryptoDecryptedNotice.new :valid, "This message has been decrypted for display"
       [RMail::Parser.read(decrypted_payload), sig, notice]
     else
       notice = CryptoDecryptedNotice.new :invalid, "This message could not be decrypted", gpg_output.split("\n")