Fix syntax error

This commit is contained in:
Micah Lee 2019-10-20 10:44:06 -07:00
parent 3a2cc8bdee
commit 25b2f389db
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -86,7 +86,7 @@ class TorConnectionDialog(QtWidgets.QProgressDialog):
def _tor_status_update(self, progress, summary):
self.setValue(int(progress))
self.setLabelText(
f"<strong>{strings._("connecting_to_tor")}</strong><br>{summary}"
f"<strong>{strings._('connecting_to_tor')}</strong><br>{summary}"
)
def _connected_to_tor(self):