add msg for donate

#1498
This commit is contained in:
luigi1111 2017-01-08 21:05:00 -06:00
parent c6ec939626
commit 5ae00f0ff5
1 changed files with 1 additions and 0 deletions

View File

@ -2676,6 +2676,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 << " XMR to The Monero Project (donate.getmonero.org/44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A).";
transfer_new(local_args);
return true;
}