Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in installer #422

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MSEdgeRedirect_Wrapper.au3
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ Func RunSetup($bUpdate = False, $bSilent = False, $iPage = 0, $hSetupFile = @Scr

Local $hService = GUICtrlCreateRadio("Service Mode" & @CRLF & _
@CRLF & _
"Adminless, Less Intrustive, Single User Install" & @CRLF & _
"Adminless, Less Intrusive, Single User Install" & @CRLF & _
@CRLF & _
"MSEdgeRedirect stays running in the background. Detected Edge data is redirected to your default browser. Uses 1-10% CPU depending on System.", _
50, 175, 380, 80, $BS_TOP+$BS_MULTILINE)
Expand All @@ -500,7 +500,7 @@ Func RunSetup($bUpdate = False, $bSilent = False, $iPage = 0, $hSetupFile = @Scr
@CRLF & _
"Best Performing, System Wide, Customizable, and Compatible Install" & @CRLF & _
@CRLF & _
"MSEdgeRedirect is ran instead of Edge, similary to the old EdgeDeflector app. Does not run in background. Compatible with AveYo's Edge Removal Tool.", _
"MSEdgeRedirect is ran instead of Edge, similarly to the old EdgeDeflector app. Does not run in background. Compatible with AveYo's Edge Removal Tool.", _
50, 270, 380, 80, $BS_TOP+$BS_MULTILINE)
If $bIsAdmin Then GUICtrlSetState(-1, $GUI_CHECKED)

Expand Down
Loading