diff --git a/src/init.cpp b/src/init.cpp index 6b87a5870..f85899667 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -625,7 +625,7 @@ static void ZC_LoadParams() uiInterface.ThreadSafeMessageBox(strprintf( _("Cannot find the Zcash network parameters in the following directory:\n" "%s\n" - "Please run 'zcash-fetch-params' and then restart."), + "Please run 'zcash-fetch-params' or './zcutil/fetch-params.sh' and then restart."), ZC_GetParamsDir()), "", CClientUIInterface::MSG_ERROR); StartShutdown();