aboutsummaryrefslogtreecommitdiff
path: root/src/timedata.cpp
diff options
context:
space:
mode:
authorpryds <thomas@pryds.eu>2014-08-01 23:06:36 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-04 10:30:59 +0200
commit2b410c2fe1cba1c606b89f005cfa0ee4810320cf (patch)
treedb38fb8128b0cd2bdcb13ff4a332e59d88c693cd /src/timedata.cpp
parentc3029052b7c3de6aa6f9b40ea9071fcdcff738d5 (diff)
downloadbitcoin-2b410c2fe1cba1c606b89f005cfa0ee4810320cf.tar.xz
Typo, and a few "Bitcoin" -> "Bitcoin Core"
Github-Pull: #4619
Diffstat (limited to 'src/timedata.cpp')
-rw-r--r--src/timedata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedata.cpp b/src/timedata.cpp
index 6c3bd9a48d..4576786b96 100644
--- a/src/timedata.cpp
+++ b/src/timedata.cpp
@@ -92,7 +92,7 @@ void AddTimeData(const CNetAddr& ip, int64_t nTime)
if (!fMatch)
{
fDone = true;
- string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly.");
+ string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly.");
strMiscWarning = strMessage;
LogPrintf("*** %s\n", strMessage);
uiInterface.ThreadSafeMessageBox(strMessage, "", CClientUIInterface::MSG_WARNING);