Improve "uninstall first" messaging/grammar

This commit is contained in:
Steve Desmond
2017-08-11 13:58:26 -04:00
committed by GitHub
parent bb9bbeb3dc
commit d3a60eb4e7

View File

@@ -821,7 +821,7 @@ begin
end;
if not Result then begin
MsgBox('Please uninstall {#NameShort} ' + AltArch + 'bits before installing this ' + ThisArch + 'bits version.', mbInformation, MB_OK);
MsgBox('Please uninstall the ' + AltArch + '-bit version of {#NameShort} before installing this ' + ThisArch + '-bit version.', mbInformation, MB_OK);
end;
end;
end;