diff options
| author | pryds <[email protected]> | 2014-08-01 23:06:36 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-04 10:30:59 +0200 |
| commit | 2b410c2fe1cba1c606b89f005cfa0ee4810320cf (patch) | |
| tree | db38fb8128b0cd2bdcb13ff4a332e59d88c693cd /src/timedata.cpp | |
| parent | Merge pull request #4566 (diff) | |
| download | discoin-2b410c2fe1cba1c606b89f005cfa0ee4810320cf.tar.xz discoin-2b410c2fe1cba1c606b89f005cfa0ee4810320cf.zip | |
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 6c3bd9a48..4576786b9 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); |