message improvements

This commit is contained in:
Evan Duffield 2014-09-10 08:00:26 -07:00
parent 49dad0ca46
commit d8414bde92

View File

@ -302,7 +302,7 @@ void OverviewPage::darkSendStatus()
convert << "Darksend is idle";
showingDarkSendMessage = 0;
} else if (accepted == 1) {
convert << "Your transaction was accepted into the pool!";
convert << "Darksend request complete: Your transaction was accepted into the pool!";
if(showingDarkSendMessage % 10 > 8) {
darkSendPool.lastEntryAccepted = 0;
showingDarkSendMessage = 0;