diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index b47f66700..c346646b2 100755 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -5178,7 +5178,7 @@ bool simple_wallet::donate(const std::vector &args_) local_args.push_back(amount_str); if (!payment_id_str.empty()) local_args.push_back(payment_id_str); - message_writer() << tr("Donating ") << amount_str << " WOW to help get some stripers through college."; + message_writer() << tr("Donating ") << amount_str << " wownero to help get some stripers through college."; transfer_new(local_args); return true; }