mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #3263
d4e728c9
simplewallet: reword donate command message for clarity (Serhack)
This commit is contained in:
commit
fc57e0ef2d
@ -4621,7 +4621,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 << " to The Monero Project (donate.getmonero.org/"<< MONERO_DONATION_ADDR <<").";
|
||||
message_writer() << tr("Donating ") << amount_str << " to The Monero Project (donate.getmonero.org or "<< MONERO_DONATION_ADDR <<").";
|
||||
transfer_new(local_args);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user