mirror of
https://github.com/monero-project/monero.git
synced 2025-08-16 21:40:24 -04:00
Merge pull request #6058
88b82bef
simplewallet: point to "set help" in the lock screen message (moneromooo-monero)f19c9f23
util: allow newlines in string to be split (moneromooo-monero)
This commit is contained in:
commit
8c2939a7cb
2 changed files with 15 additions and 2 deletions
|
@ -6218,7 +6218,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");
|
||||
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);
|
||||
|
||||
size_t max_len = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue