Fix some calls to the translation function

Some strings were not detected by lupdate because "tr() cannot be called without
context".
This commit is contained in:
Guillaume LE VAILLANT 2018-10-06 10:12:38 +02:00
parent 79d46c4d55
commit 977df6315f
4 changed files with 3624 additions and 2623 deletions

View file

@ -104,7 +104,7 @@ static bool generate_multisig(uint32_t threshold, uint32_t total, const std::str
wallets[n]->decrypt_keys(pwd_container->password());
if (!tools::wallet2::verify_multisig_info(wallets[n]->get_multisig_info(), sk[n], pk[n]))
{
tools::fail_msg_writer() << tr("Failed to verify multisig info");
tools::fail_msg_writer() << genms::tr("Failed to verify multisig info");
return false;
}
wallets[n]->encrypt_keys(pwd_container->password());