We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001c433 commit 8cbd63dCopy full SHA for 8cbd63d
src/wallet/wallet.cpp
@@ -5201,7 +5201,7 @@ CWallet* CWallet::CreateWalletFromFile(const std::string walletFile)
5201
5202
// Warn user every time he starts non-encrypted HD wallet
5203
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!"));
+ InitWarning(_("Make sure to encrypt your wallet and delete all non-encrypted backups after you have verified that the wallet works!"));
5205
}
5206
5207
LogPrintf(" wallet %15dms\n", GetTimeMillis() - nStart);
0 commit comments