Browse Source

sugestion: add language to the spam message text

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
a32bfec78f
  1. 2
      src/main.cpp

2
src/main.cpp

@ -65,7 +65,7 @@ int64 nHPSTimerStart = 0; @@ -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

Loading…
Cancel
Save