Shorten a startup message. It was getting truncated and looks ugly.

This commit is contained in:
Mike Hearn 2013-02-20 16:34:30 +01:00
parent 44d7f4cbeb
commit 0556bb22e1
1 changed files with 1 additions and 1 deletions

View File

@ -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;