From 8ac8b0d6d566c222995d4e0ca91ddd29c8b758eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Wed, 13 Sep 2023 11:53:38 +0100 Subject: [PATCH] update uninstalling phrasing (#192993) --- build/win32/code.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/win32/code.iss b/build/win32/code.iss index b7336831374b6..d64516e6a87c9 100644 --- a/build/win32/code.iss +++ b/build/win32/code.iss @@ -1358,7 +1358,7 @@ begin end; if not Result and not WizardSilent() then begin - MsgBox('Please uninstall the ' + AltArch + '-bit version of {#NameShort} before installing this ' + ThisArch + '-bit version.', mbInformation, MB_OK); + MsgBox('Please uninstall the ' + AltArch + '-bit version of {#NameShort} before installing this ' + ThisArch + '-bit version. Uninstalling will not delete settings.', mbInformation, MB_OK); end; end;