diff options
author | pryds <thomas@pryds.eu> | 2014-08-01 23:06:36 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-04 10:30:59 +0200 |
commit | 2b410c2fe1cba1c606b89f005cfa0ee4810320cf (patch) | |
tree | db38fb8128b0cd2bdcb13ff4a332e59d88c693cd /src/timedata.cpp | |
parent | c3029052b7c3de6aa6f9b40ea9071fcdcff738d5 (diff) |
Typo, and a few "Bitcoin" -> "Bitcoin Core"
Github-Pull: #4619
Diffstat (limited to 'src/timedata.cpp')
-rw-r--r-- | src/timedata.cpp | 2 |
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); |