diff --git a/FlashGBX/FlashGBX_GUI.py b/FlashGBX/FlashGBX_GUI.py index 6829e5c..7c64267 100644 --- a/FlashGBX/FlashGBX_GUI.py +++ b/FlashGBX/FlashGBX_GUI.py @@ -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() diff --git a/FlashGBX/res/config.zip b/FlashGBX/res/config.zip index f9afb62..76d9d25 100644 Binary files a/FlashGBX/res/config.zip and b/FlashGBX/res/config.zip differ