Merge pull request #2873

1c838552 Simplewallet.cpp: Fewer pleases in seed NOTE (xmr-eric)
3f18c642 Fix password capitalization mismatch (xmr-eric)
This commit is contained in:
Riccardo Spagni 2017-12-16 23:25:43 +02:00
commit b88f0879b5
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
5 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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");

View File

@ -568,7 +568,7 @@
</message>
<message>
<location filename="../src/simplewallet/simplewallet.cpp" line="912"/>
<source>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 your email or on file storage services outside of your immediate control.
<source>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.
</source>
<translation type="unfinished"></translation>
</message>

View File

@ -576,7 +576,7 @@
</message>
<message>
<location filename="../src/simplewallet/simplewallet.cpp" line="912"/>
<source>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 your email or on file storage services outside of your immediate control.
<source>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.
</source>
<translation>VEUILLEZ NOTER : les 25 mots suivants peuvent être utilisés pour restaurer votre portefeuille. Veuillez les écrire sur papier et les garder dans un endroit sûr. Ne les gardez pas dans un courriel ou dans un service de stockage de fichiers hors de votre contrôle.
</translation>

View File

@ -578,7 +578,7 @@
</message>
<message>
<location filename="../src/simplewallet/simplewallet.cpp" line="912"/>
<source>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 your email or on file storage services outside of your immediate control.
<source>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.
</source>
<translation>ATTENZIONE: le seguenti 25 parole possono essere usate per ripristinare il tuo portafoglio. Scrivile e conservale da qualche parte al sicuro.</translation>
</message>