From: wmorgan Date: Thu, 27 Sep 2007 00:07:20 +0000 (+0000) Subject: trivial: remove trailing period in crypto decrypted notice X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=867647a846b558c715a4cce14022425a4fda8dde;p=sup trivial: remove trailing period in crypto decrypted notice git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@595 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/crypto.rb b/lib/sup/crypto.rb index 93fd4d7..5aca1a4 100644 --- a/lib/sup/crypto.rb +++ b/lib/sup/crypto.rb @@ -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")