mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Shorten a startup message. It was getting truncated and looks ugly.
This commit is contained in:
parent
44d7f4cbeb
commit
0556bb22e1
@ -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…
Reference in New Issue
Block a user