Merge pull request #2325 from mikehearn/shortenmsg
Shorten a startup message. It was getting truncated and looks ugly.
This commit is contained in:
commit
3809482e68
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ bool AppInit2()
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
uiInterface.InitMessage(_("Verifying block database integrity..."));
|
uiInterface.InitMessage(_("Verifying database..."));
|
||||||
if (!VerifyDB()) {
|
if (!VerifyDB()) {
|
||||||
strLoadError = _("Corrupted block database detected");
|
strLoadError = _("Corrupted block database detected");
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue