Skip to content

Commit

Permalink
update uninstalling phrasing (microsoft#192993)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno authored Sep 13, 2023
1 parent 93a569d commit 8ac8b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/win32/code.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8ac8b0d

Please sign in to comment.