mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
missing whitespace in transaction_dialog.py
This commit is contained in:
parent
4b4ad22e90
commit
d466ef4b73
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class TxDialog(QDialog, MessageBoxMixin):
|
||||||
self.date_label.show()
|
self.date_label.show()
|
||||||
elif exp_n:
|
elif exp_n:
|
||||||
text = '%.2f MB'%(exp_n/1000000)
|
text = '%.2f MB'%(exp_n/1000000)
|
||||||
self.date_label.setText(_('Position in mempool') + ': ' + text + _('from tip'))
|
self.date_label.setText(_('Position in mempool') + ': ' + text + ' ' + _('from tip'))
|
||||||
self.date_label.show()
|
self.date_label.show()
|
||||||
else:
|
else:
|
||||||
self.date_label.hide()
|
self.date_label.hide()
|
||||||
|
|
Loading…
Add table
Reference in a new issue