mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
simplewallet: point to "set help" in the lock screen message
This commit is contained in:
parent
f19c9f2307
commit
88b82befc7
@ -6175,7 +6175,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 Monero wallet to protect you while you were away");
|
const std::string speech = tr("I locked your Monero wallet to protect you while you were away\nsee \"help_advanced set\" to configure/disable");
|
||||||
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 New Issue
Block a user