From a32bfec78f6206689eaab29f0513b1de4965166c Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 20 Sep 2013 19:56:59 -0300 Subject: [PATCH] sugestion: add language to the spam message text --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 24961fb5..9f9103cd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -65,7 +65,7 @@ int64 nHPSTimerStart = 0; // Settings int64 nTransactionFee = 0; -string strSpamMessage = "spam message test"; +string strSpamMessage = "spam message test [en]"; string strSpamUser = "nobody"; // [MF] FIXME: authenticy check needed