fix network dialog

This commit is contained in:
ThomasV 2013-01-13 09:01:31 +01:00
parent 855445af45
commit 964c7dd75b
1 changed files with 1 additions and 1 deletions

View File

@ -1890,7 +1890,7 @@ class ElectrumWindow(QMainWindow):
interface = wallet.interface
if parent:
if interface.is_connected:
status = _("Connected to")+" %s\n%d "+_("blocks")%(interface.host, wallet.verifier.height)
status = _("Connected to")+" %s\n%d "%(interface.host, wallet.verifier.height)+_("blocks")
else:
status = _("Not connected")
server = interface.server