From 977df6315fa9aab63c4f3155e565c93aa49e5463 Mon Sep 17 00:00:00 2001 From: Guillaume LE VAILLANT Date: Sat, 6 Oct 2018 10:12:38 +0200 Subject: Fix some calls to the translation function Some strings were not detected by lupdate because "tr() cannot be called without context". --- src/gen_multisig/gen_multisig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gen_multisig/gen_multisig.cpp') diff --git a/src/gen_multisig/gen_multisig.cpp b/src/gen_multisig/gen_multisig.cpp index 69be70e1b..b69ca52ff 100644 --- a/src/gen_multisig/gen_multisig.cpp +++ b/src/gen_multisig/gen_multisig.cpp @@ -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()); -- cgit v1.2.3