update uninstalling phrasing (#192993)

This commit is contained in:
João Moreno
2023-09-13 11:53:38 +01:00
committed by GitHub
parent 93a569d86f
commit 8ac8b0d6d5

View File

@@ -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;