mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Fix syntax error
This commit is contained in:
parent
3a2cc8bdee
commit
25b2f389db
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user