Second string missing (thanks veekee)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1933 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-12-11 14:29:55 +00:00
parent 6b46742768
commit ffbb4d4959

View file

@ -1430,7 +1430,7 @@ int CEXEBuild::write_output(void)
}
if (uninst==1) {
ERROR_MSG("\nError: %s page and %s depend on each other, both must be in the script!\n", "UninstallText");
ERROR_MSG("\nError: %s page and %s depend on each other, both must be in the script!\n", "uninstConfirm", "UninstallText");
return PS_ERROR;
}
if (!instlog) {