mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-29 01:18:51 -04:00
Fix syntax error
This commit is contained in:
parent
db48e04e65
commit
bbc14f5258
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class TorConnectionDialog(QtWidgets.QProgressDialog):
|
||||||
def _tor_status_update(self, progress, summary):
|
def _tor_status_update(self, progress, summary):
|
||||||
self.setValue(int(progress))
|
self.setValue(int(progress))
|
||||||
self.setLabelText(
|
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):
|
def _connected_to_tor(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue