mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Make a small test change
This commit is contained in:
parent
e01a9ea507
commit
9b8a06203b
@ -835,7 +835,7 @@ bool simple_wallet::ask_wallet_create_if_needed()
|
||||
bool valid_path = false;
|
||||
do {
|
||||
wallet_path = command_line::input_line(
|
||||
tr("Specify wallet file name (e.g., MyWallet). If the wallet doesn't exist, it will be created.\n"
|
||||
tr("NOTE: This is my Wallet- Specify wallet file name (e.g., MyWallet). If the wallet doesn't exist, it will be created.\n"
|
||||
"Wallet file name: ")
|
||||
);
|
||||
if (std::cin.eof())
|
||||
|
Loading…
Reference in New Issue
Block a user