aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorMike Hearn <hearn@google.com>2013-02-20 16:34:30 +0100
committerMike Hearn <hearn@google.com>2013-02-20 16:35:30 +0100
commit0556bb22e1169213df25a2a52221d5d467a604a0 (patch)
tree8fea1b422544feeae7a3f959216f608ec4d1ecb3 /src/init.cpp
parent44d7f4cbebd446f8f4a48ff9048d4549c0e2448a (diff)
downloadbitcoin-0556bb22e1169213df25a2a52221d5d467a604a0.tar.xz
Shorten a startup message. It was getting truncated and looks ugly.
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 99e89d9edc..1be25203c1 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -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;