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:
parent
6b46742768
commit
ffbb4d4959
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue