diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-02-20 17:47:42 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-02-20 17:47:42 +0200 |
| commit | fc57e0ef2df19cbcd57229b7bf20678c9820f5e2 (patch) | |
| tree | 73d518356a3bd76ad9c5e1da50d6376acf1204c5 | |
| parent | c9aa9370f955800678800bb2a183f8bf64acfb6a (diff) | |
| parent | d4e728c9956887842c900c97f182297f2885ac04 (diff) | |
| download | monzero-core-fc57e0ef2df19cbcd57229b7bf20678c9820f5e2.tar.gz monzero-core-fc57e0ef2df19cbcd57229b7bf20678c9820f5e2.tar.xz monzero-core-fc57e0ef2df19cbcd57229b7bf20678c9820f5e2.zip | |
Merge pull request #3263
d4e728c9 simplewallet: reword donate command message for clarity (Serhack)
| -rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index f933a94ed..aa8c66f7a 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -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; } |
