From ffbb4d4959204230309d1d8a52ca49c615741d74 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 11 Dec 2002 14:29:55 +0000 Subject: [PATCH] Second string missing (thanks veekee) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1933 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/build.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/build.cpp b/Source/build.cpp index 6bf987d1..136e4f6a 100644 --- a/Source/build.cpp +++ b/Source/build.cpp @@ -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) {