This commit is contained in:
Lesserkuma
2022-01-10 15:16:05 +01:00
parent 6c27d6c929
commit b783c6975d
2 changed files with 1 additions and 1 deletions

View File

@@ -886,7 +886,7 @@ class FlashGBX_GUI(QtWidgets.QWidget):
elif "verified" in self.PROGRESS.PROGRESS and self.PROGRESS.PROGRESS["verified"] == True:
msg_text = "The save data was written and verified successfully!"
else:
msg_text = "Save data wrtiting complete!"
msg_text = "Save data writing complete!"
msgbox.setText(msg_text)
if not dontShowAgain:
msgbox.exec()

Binary file not shown.