We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0de1e4 commit 8ee4300Copy full SHA for 8ee4300
1 file changed
tools/msvs/msi/product.wxs
@@ -281,7 +281,7 @@
281
<Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" Value="InstallDirDlg" Order="2">NOT Installed</Publish>
282
<Publish Dialog="CustomizeDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
283
284
- <Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Node.js has been succesfully installed."/>
+ <Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Node.js has been successfully installed."/>
285
</UI>
286
287
<UIRef Id="WixUI_Common"/>
0 commit comments