message should be tx fee per kb

This commit is contained in:
ThomasV 2014-08-28 10:35:22 +02:00
parent 5da58ac3b9
commit eb4829f9c0
1 changed files with 1 additions and 1 deletions

View File

@ -2556,7 +2556,7 @@ class ElectrumWindow(QMainWindow):
nz.valueChanged.connect(on_nz)
widgets.append((nz_label, nz, nz_help))
fee_label = QLabel(_('Transaction fee') + ':')
fee_label = QLabel(_('Transaction fee per kb') + ':')
fee_help = HelpButton(_('Fee per kilobyte of transaction.') + '\n' + _('Recommended value') + ': ' + self.format_amount(10000) + ' ' + self.base_unit())
fee_e = BTCAmountEdit(self.get_decimal_point)
fee_e.setAmount(self.wallet.fee)