diff --git a/src/init.cpp b/src/init.cpp index 01af14e6..96302dc9 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -738,7 +738,7 @@ bool AppInit2(boost::thread_group& threadGroup) // first suggest a reindex if (!fReset) { /*bool fRet =*/ uiInterface.ThreadSafeMessageBox( - strLoadError + ".\n\n" + _("Do you want to rebuild the block database now?"), + strLoadError + ".\n\n" + _("Do you want to rebuild the block database now? (assuming YES)"), "", CClientUIInterface::MSG_ERROR | CClientUIInterface::BTN_ABORT); if (true /* [MF] fRet*/) { fReindex = true;