Fix syntax errors

This commit is contained in:
Micah Lee 2019-10-20 17:59:12 -07:00
parent 098625621c
commit 8dd60eed78
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 14 additions and 19 deletions

View file

@ -112,7 +112,7 @@ class TorConnectionDialog(QtWidgets.QProgressDialog):
# Display the exception in an alert box
Alert(
self.common,
f"{msg}\n\n{strings._("gui_tor_connection_error_settings")}",
f"{msg}\n\n{strings._('gui_tor_connection_error_settings')}",
QtWidgets.QMessageBox.Warning,
)