diff options
| author | Serhack <nico@serhack.me> | 2018-02-14 08:28:22 -0500 |
|---|---|---|
| committer | Serhack <nico@serhack.me> | 2018-02-14 08:28:22 -0500 |
| commit | d4e728c9956887842c900c97f182297f2885ac04 (patch) | |
| tree | cff34743c0920afdd5dfa10e81e3b7d6da2cf09f /src | |
| parent | 370b43d12ba5163c133fd28e84f667895e5c8567 (diff) | |
| download | monzero-core-d4e728c9956887842c900c97f182297f2885ac04.tar.gz monzero-core-d4e728c9956887842c900c97f182297f2885ac04.tar.xz monzero-core-d4e728c9956887842c900c97f182297f2885ac04.zip | |
simplewallet: reword donate command message for clarity
Diffstat (limited to 'src')
| -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 a6cef1bb9..d1361291b 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -4622,7 +4622,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; } |
