Typo, and a few "Bitcoin" -> "Bitcoin Core"

Github-Pull: #4619
This commit is contained in:
pryds
2014-08-01 23:06:36 +02:00
committed by Wladimir J. van der Laan
parent c3029052b7
commit 2b410c2fe1
4 changed files with 41 additions and 51 deletions

View File

@@ -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);