aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOyvind Kvanes <oyvind@kvanes.no>2016-09-28 11:01:20 +0200
committerOyvind Kvanes <oyvind@kvanes.no>2016-09-28 11:01:20 +0200
commit9b8a06203b887c1003070ca2fc5d750cd6c237d6 (patch)
tree82107dd32b5b1543279dd96aa7c615e0cadccaab /src
parentMerge pull request #1117 (diff)
downloadmonero-9b8a06203b887c1003070ca2fc5d750cd6c237d6.tar.xz
Make a small test change
Diffstat (limited to 'src')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 279a5fa41..936523875 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -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())