You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QString toolTip1 = tr("This label turns red, if the transaction size is greater than 1000 bytes.") + "<br /><br />";
603
603
toolTip1 += tr("This means a fee of at least %1 per kB is required.").arg(BitcoinUnits::formatWithUnit(nDisplayUnit, CTransaction::nMinTxFee)) + "<br /><br />";
604
604
toolTip1 += tr("Can vary +/- 1 byte per input.");
605
605
606
606
QString toolTip2 = tr("Transactions with higher priority are more likely to get included into a block.") + "<br /><br />";
607
-
toolTip2 += tr("This label turns red, if the priority is smaller than \"medium\"") + "<br /><br />";
607
+
toolTip2 += tr("This label turns red, if the priority is smaller than \"medium\".") + "<br /><br />";
608
608
toolTip2 += tr("This means a fee of at least %1 per kB is required.").arg(BitcoinUnits::formatWithUnit(nDisplayUnit, CTransaction::nMinTxFee));
609
609
610
610
QString toolTip3 = tr("This label turns red, if any recipient receives an amount smaller than %1.").arg(BitcoinUnits::formatWithUnit(nDisplayUnit, CENT)) + "<br /><br />";
0 commit comments