Skip to content

Commit

Permalink
Shorten a startup message. It was getting truncated and looks ugly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hearn committed Feb 20, 2013
1 parent 44d7f4c commit 0556bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 0556bb2

Please sign in to comment.