aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxmr-eric <xmr-eric@users.noreply.github.com>2017-11-28 11:22:26 -0500
committerxmr-eric <eric@moneroeric.com>2017-11-28 11:41:26 -0500
commit1c838552ed041b34eb9f28495e61d72245eaa467 (patch)
tree8c16221a8102061ec15890b2b40109aed8ec5595 /src
parentFix password capitalization mismatch (diff)
downloadmonero-1c838552ed041b34eb9f28495e61d72245eaa467.tar.xz
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
Diffstat (limited to 'src')
-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 17462bb81..ebf024a8d 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -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");