mirror of
https://github.com/monero-project/monero.git
synced 2025-10-10 03:58:32 -04:00
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:
parent
79d46c4d55
commit
977df6315f
4 changed files with 3624 additions and 2623 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue