Skip to content
Snippets Groups Projects
Commit 6572a94a authored by Anthony Léonard's avatar Anthony Léonard
Browse files

setup: fix typo in uninstall dialog

"Permanantly remove..." -> "Permanently remove..."

Change-Id: I743088d0ac5771b0e959adefd26cc00d5fc718ee
parent 63727498
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ function un.onInit ...@@ -196,7 +196,7 @@ function un.onInit
SetShellVarContext all SetShellVarContext all
#Verify the uninstaller - last chance to back out #Verify the uninstaller - last chance to back out
MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" IDOK next MessageBox MB_OKCANCEL "Permanently remove ${APPNAME}?" IDOK next
Abort Abort
next: next:
!insertmacro VerifyUserIsAdmin !insertmacro VerifyUserIsAdmin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment