mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-18 16:42:54 +01:00
Merge pull request #2325 from mikehearn/shortenmsg
Shorten a startup message. It was getting truncated and looks ugly.
This commit is contained in:
@@ -825,7 +825,7 @@ bool AppInit2()
|
||||
break;
|
||||
}
|
||||
|
||||
uiInterface.InitMessage(_("Verifying block database integrity..."));
|
||||
uiInterface.InitMessage(_("Verifying database..."));
|
||||
if (!VerifyDB()) {
|
||||
strLoadError = _("Corrupted block database detected");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user