mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-23 16:28:35 +00:00
modify unit name
This commit is contained in:
parent
0c681083ca
commit
b101ac4f7b
@ -5235,7 +5235,7 @@ bool simple_wallet::donate(const std::vector<std::string> &args_)
|
|||||||
local_args.push_back(amount_str);
|
local_args.push_back(amount_str);
|
||||||
if (!payment_id_str.empty())
|
if (!payment_id_str.empty())
|
||||||
local_args.push_back(payment_id_str);
|
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);
|
transfer_new(local_args);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user