diff --git a/opencore_legacy_patcher/sys_patch/utilities/dmg_mount.py b/opencore_legacy_patcher/sys_patch/utilities/dmg_mount.py index 108737bcf..083fda043 100644 --- a/opencore_legacy_patcher/sys_patch/utilities/dmg_mount.py +++ b/opencore_legacy_patcher/sys_patch/utilities/dmg_mount.py @@ -114,7 +114,7 @@ class PatcherSupportPkgMount: return Path("~/.dortania_developer_key").expanduser().read_text().strip() password = "" - msg = "Welcome to the DortaniaInternal Program, please provided the decryption key to access internal resources. Press cancel to skip." + msg = "Welcome to the DortaniaInternal Program, please provide the decryption key to access internal resources. Press cancel to skip." if attempt > 0: msg = f"Decryption failed, please try again. {2 - attempt} attempts remaining. "