From 6572a94aafd9ab6f456716c8f9bf596f2aa120c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20L=C3=A9onard?= <anthony.leonard@savoirfairelinux.com> Date: Mon, 26 Jun 2017 14:23:08 -0400 Subject: [PATCH] setup: fix typo in uninstall dialog "Permanantly remove..." -> "Permanently remove..." Change-Id: I743088d0ac5771b0e959adefd26cc00d5fc718ee --- ring.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ring.nsi b/ring.nsi index 97e3f4e..1b1a20a 100644 --- a/ring.nsi +++ b/ring.nsi @@ -196,7 +196,7 @@ function un.onInit SetShellVarContext all #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 next: !insertmacro VerifyUserIsAdmin -- GitLab