aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-12-16 23:25:43 +0200
committerRiccardo Spagni <ric@spagni.net>2017-12-16 23:25:43 +0200
commitb88f0879b5b287a8e01c0cb92b0156a46fdb5555 (patch)
tree41bdbd3c319d7dc1b4a627c886ac083b4fbd1fe9 /src/simplewallet
parentMerge pull request #2871 (diff)
parentSimplewallet.cpp: Fewer pleases in seed NOTE (diff)
downloadmonero-b88f0879b5b287a8e01c0cb92b0156a46fdb5555.tar.xz
Merge pull request #2873
1c838552 Simplewallet.cpp: Fewer pleases in seed NOTE (xmr-eric) 3f18c642 Fix password capitalization mismatch (xmr-eric)
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 489bbfb4b..bbf794c05 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -1349,8 +1349,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");