219@@ -218,9 +220,9 @@ Result CreateRateBumpTransaction(CWallet& wallet, const uint256& txid, const CCo
220 CTransactionRef tx_new = MakeTransactionRef();
221 CAmount fee_ret;
222 int change_pos_in_out = -1; // No requested location for change
223- std::string fail_reason;
224+ bilingual_str fail_reason;
225 if (!wallet.CreateTransaction(*locked_chain, recipients, tx_new, fee_ret, change_pos_in_out, fail_reason, new_coin_control, false)) {
226- errors.push_back("Unable to create transaction: " + fail_reason);
227+ errors.push_back(_("Unable to create transaction.") + fail_reason);