Skip to content

Commit

Permalink
Change wording of import warning for PyQt/Qt versions 5.11 and 5.12
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gedakc committed Jan 15, 2020
1 parent 062d28a commit 82169db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuskript/mainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ def doImport(self):
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>" +
Expand Down

0 comments on commit 82169db

Please sign in to comment.