diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 7aec169cc..b2a1211ad 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -6405,7 +6405,7 @@ void simple_wallet::check_for_inactivity_lock(bool user) m_in_command = true; if (!user) { - const std::string speech = tr("I locked your Wownero wallet to protect you while you were away\nsee \"help set\" to configure/disable"); + const std::string speech = tr("Give me WOW or no cow titties \n\n -DojaCat"); std::vector> lines = tools::split_string_by_width(speech, 45); size_t max_len = 0;