Change UI/log status message for block rewinding

This commit is contained in:
Jack Grigg
2018-02-06 22:49:08 +00:00
parent 828940b163
commit 5009136dc3

View File

@@ -1423,7 +1423,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
}
if (!fReindex) {
uiInterface.InitMessage(_("Rewinding blocks..."));
uiInterface.InitMessage(_("Rewinding blocks if needed..."));
if (!RewindBlockIndex(chainparams)) {
strLoadError = _("Unable to rewind the database to a pre-upgrade state. You will need to redownload the blockchain");
break;