From 867647a846b558c715a4cce14022425a4fda8dde Mon Sep 17 00:00:00 2001 From: wmorgan Date: Thu, 27 Sep 2007 00:07:20 +0000 Subject: [PATCH] trivial: remove trailing period in crypto decrypted notice git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@595 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- lib/sup/crypto.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.45.2