From b101ac4f7b801752ac49a0d3c33e2f4bfa8bdeae Mon Sep 17 00:00:00 2001 From: wowario <38101080+wowario@users.noreply.github.com> Date: Sat, 9 Jun 2018 14:58:26 +0300 Subject: [PATCH] modify unit name --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 53fd7efc3..0fa9f8c3b 100755 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -5235,7 +5235,7 @@ bool simple_wallet::donate(const std::vector &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 << " 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); return true; }