mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
DojaCat
This commit is contained in:
parent
b78b83d79c
commit
b21562924e
1 changed files with 1 additions and 1 deletions
|
@ -6405,7 +6405,7 @@ void simple_wallet::check_for_inactivity_lock(bool user)
|
||||||
m_in_command = true;
|
m_in_command = true;
|
||||||
if (!user)
|
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<std::pair<std::string, size_t>> lines = tools::split_string_by_width(speech, 45);
|
std::vector<std::pair<std::string, size_t>> lines = tools::split_string_by_width(speech, 45);
|
||||||
|
|
||||||
size_t max_len = 0;
|
size_t max_len = 0;
|
||||||
|
|
Loading…
Reference in a new issue