rm extra space

This commit is contained in:
thomasv 2013-03-12 14:34:35 +01:00
parent 7b72ded3d7
commit cbaadf782f
1 changed files with 1 additions and 1 deletions

View File

@ -1759,7 +1759,7 @@ class ElectrumWindow(QMainWindow):
l = QGridLayout()
dialog.setLayout(l)
l.addWidget(QLabel(_("Transaction status: ")), 3,0)
l.addWidget(QLabel(_("Transaction status:")), 3,0)
l.addWidget(QLabel(_("Actions")), 4,0)
if tx_dict["complete"] == False: