Change wording of import warning for PyQt/Qt versions 5.11 and 5.12

Two separate pull requests indicate an issue translating the warning
for when an import is attempted with PyQt/Qt versions 5.11 and 5.12.
As such change the warning message.

See PRs #668 and #701.
This commit is contained in:
Curtis Gedak 2020-01-09 10:46:48 -07:00
parent 062d28a1ee
commit 82169dbf4f

View file

@ -1596,7 +1596,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
print("WARNING:", warning1, warning2)
msg = QMessageBox(QMessageBox.Warning,
self.tr("Proceeding might crash and lose data"),
self.tr("Proceed with import at your own risk"),
"<p><b>" +
warning1 +
"</b></p>" +