Browse Source

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

0.8
Mike Hearn 12 years ago
parent
commit
0556bb22e1
  1. 2
      src/init.cpp

2
src/init.cpp

@ -825,7 +825,7 @@ bool AppInit2() @@ -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;

Loading…
Cancel
Save