756@@ -757,10 +757,6 @@ void SendCoinsDialog::processSendCoinsReturn(const WalletModel::SendCoinsReturn
757 case WalletModel::AbsurdFee:
758 msgParams.first = tr("A fee higher than %1 is considered an absurdly high fee.").arg(BitcoinUnits::formatWithUnit(model->getOptionsModel()->getDisplayUnit(), model->wallet().getDefaultMaxTxFee()));
759 break;
760- case WalletModel::PaymentRequestExpired:
761- msgParams.first = tr("Payment request expired.");
Should the corresponding entries from the locae files also be removed, or is that done in Transifex somehow?