diff --git a/src/init.cpp b/src/init.cpp index af3cc4a47..e329673f2 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1594,7 +1594,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) if (!fReset) { bool fRet = uiInterface.ThreadSafeQuestion( strLoadError + ".\n\n" + _("Do you want to rebuild the block database now?"), - strLoadError + ".\nPlease restart with -reindex to recover.", + strLoadError + ".\nPlease restart with -reindex or -reindex-chainstate to recover.", "", CClientUIInterface::MSG_ERROR | CClientUIInterface::BTN_ABORT); if (fRet) { fReindex = true;