mirror of
https://github.com/monero-project/monero.git
synced 2025-08-19 18:07:56 -04:00
Simplewallet.cpp: Fewer pleases in seed NOTE
Monero.ts: Fewer pleases in seed NOTE Monero_it.ts: Fewer pleases in seed NOTE Monero_fr.ts: Fewer pleases in seed NOTE
This commit is contained in:
parent
3f18c642fc
commit
1c838552ed
4 changed files with 5 additions and 5 deletions
|
@ -1135,8 +1135,8 @@ bool simple_wallet::ask_wallet_create_if_needed()
|
|||
*/
|
||||
void simple_wallet::print_seed(std::string seed)
|
||||
{
|
||||
success_msg_writer(true) << "\n" << tr("PLEASE NOTE: the following 25 words can be used to recover access to your wallet. "
|
||||
"Please write them down and store them somewhere safe and secure. Please do not store them in "
|
||||
success_msg_writer(true) << "\n" << tr("NOTE: the following 25 words can be used to recover access to your wallet. "
|
||||
"Write them down and store them somewhere safe and secure. Please do not store them in "
|
||||
"your email or on file storage services outside of your immediate control.\n");
|
||||
boost::replace_nth(seed, " ", 15, "\n");
|
||||
boost::replace_nth(seed, " ", 7, "\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue