Skip to content

Commit 8cbd63d

Browse files
nmarleyUdjinM6
authored andcommitted
Make HD wallet warning a bit more natural (#3164)
1 parent 001c433 commit 8cbd63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5201,7 +5201,7 @@ CWallet* CWallet::CreateWalletFromFile(const std::string walletFile)
52015201

52025202
// Warn user every time he starts non-encrypted HD wallet
52035203
if (gArgs.GetBoolArg("-usehd", DEFAULT_USE_HD_WALLET) && !walletInstance->IsLocked()) {
5204-
InitWarning(_("Make sure to encrypt your wallet and delete all non-encrypted backups after you verified that wallet works!"));
5204+
InitWarning(_("Make sure to encrypt your wallet and delete all non-encrypted backups after you have verified that the wallet works!"));
52055205
}
52065206

52075207
LogPrintf(" wallet %15dms\n", GetTimeMillis() - nStart);

0 commit comments

Comments
 (0)