aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/password.cpp2
-rw-r--r--src/simplewallet/simplewallet.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/common/password.cpp b/src/common/password.cpp
index 98a49eb80..dc0856160 100644
--- a/src/common/password.cpp
+++ b/src/common/password.cpp
@@ -171,7 +171,7 @@ namespace
return false;
if (verify)
{
- std::cout << "Confirm Password: ";
+ std::cout << "Confirm password: ";
if (!read_from_tty(pass2))
return false;
if(pass1!=pass2)
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");