simplewallet: help_advanced -> help

release-v0.16
selsta 4 years ago
parent 4a9c3aca03
commit 7633ba059c
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -6217,7 +6217,7 @@ void simple_wallet::check_for_inactivity_lock(bool user)
m_in_command = true;
if (!user)
{
const std::string speech = tr("I locked your Monero wallet to protect you while you were away\nsee \"help_advanced set\" to configure/disable");
const std::string speech = tr("I locked your Monero wallet to protect you while you were away\nsee \"help set\" to configure/disable");
std::vector<std::pair<std::string, size_t>> lines = tools::split_string_by_width(speech, 45);
size_t max_len = 0;

Loading…
Cancel
Save