Skip to content

Commit

Permalink
Fix instruction from "Press OK" to "Press Continue".
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Davis authored and Luke Davis committed Sep 3, 2024
1 parent 60d6a4f commit 2edf3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def _CRFTIntroMessage(self) -> str:
"Because it needs to modify the Windows registry, if you have User Account Control (UAC) active, you will "
"be prompted by UAC before this tool can do its job. This is normal and you should answer by pressing the "
"yes button.\n\n"
"Press OK to try to repair the registry now.\n",
"Press Continue to try to repair the registry now.\n",
)

@blockAction.when(blockAction.Context.MODAL_DIALOG_OPEN)
Expand Down

0 comments on commit 2edf3c7

Please sign in to comment.