modify unit name

This commit is contained in:
wowario 2018-06-09 14:58:26 +03:00 committed by wowario
parent 0c681083ca
commit b101ac4f7b
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 1 additions and 1 deletions

View File

@ -5235,7 +5235,7 @@ bool simple_wallet::donate(const std::vector<std::string> &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;
}