aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-05-16 21:27:19 +0200
committerselsta <selsta@sent.at>2020-05-16 21:27:19 +0200
commit7633ba059c5510925168a918cc97573c33a7bf8f (patch)
tree98373ec0204ebd4847cf7be0153f9c840471d6a2
parentRevert "simplewallet: noob-friendly help menu" (diff)
downloadmonero-7633ba059c5510925168a918cc97573c33a7bf8f.tar.xz
simplewallet: help_advanced -> help
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 69d80b9c0..585d7f8a1 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -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;