mirror of
https://github.com/monero-project/monero.git
synced 2025-08-19 05:48:01 -04:00
Better definite article use
This commit is contained in:
parent
a3a8343051
commit
e20e489a64
4 changed files with 20 additions and 20 deletions
|
@ -2027,11 +2027,11 @@ bool simple_wallet::new_wallet(const boost::program_options::variables_map& vm,
|
|||
success_msg_writer() <<
|
||||
"**********************************************************************\n" <<
|
||||
tr("Your wallet has been generated!\n"
|
||||
"To start synchronizing with the daemon, use \"refresh\" command.\n"
|
||||
"Use \"help\" command to see the list of available commands.\n"
|
||||
"To start synchronizing with the daemon, use the \"refresh\" command.\n"
|
||||
"Use the \"help\" command to see the list of available commands.\n"
|
||||
"Use \"help <command>\" to see a command's documentation.\n"
|
||||
"Always use \"exit\" command when closing monero-wallet-cli to save your\n"
|
||||
"current session's state. Otherwise, you might need to synchronize \n"
|
||||
"Always use the \"exit\" command when closing monero-wallet-cli to save \n"
|
||||
"your current session's state. Otherwise, you might need to synchronize \n"
|
||||
"your wallet again (your wallet keys are NOT at risk in any case).\n")
|
||||
;
|
||||
|
||||
|
@ -2148,7 +2148,7 @@ bool simple_wallet::open_wallet(const boost::program_options::variables_map& vm)
|
|||
}
|
||||
success_msg_writer() <<
|
||||
"**********************************************************************\n" <<
|
||||
tr("Use \"help\" command to see the list of available commands.\n") <<
|
||||
tr("Use the \"help\" command to see the list of available commands.\n") <<
|
||||
tr("Use \"help <command>\" to see a command's documentation.\n") <<
|
||||
"**********************************************************************";
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue