gui_main.py: Fix additional typos

This commit is contained in:
Mykola Grymalyuk
2022-07-16 14:24:58 -06:00
parent bbb087db63
commit 2897e6cf74
8 changed files with 30 additions and 30 deletions

View File

@@ -857,7 +857,7 @@ Supported Options:
3. Disable FeatureUnlock
"""
)
change_menu = input("Set FeatreUnlock (ie. 1): ")
change_menu = input("Set FeatureUnlock (ie. 1): ")
if change_menu == "1":
self.constants.fu_status = True
self.constants.fu_arguments = None