mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
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:
commit
b88f0879b5
5 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue