mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-16 08:22:31 +00:00
Change Linkcoin to DogeCoin in clock warning
This commit is contained in:
parent
8e53cb8d0b
commit
27093686ea
@ -1207,7 +1207,7 @@ void AddTimeData(const CNetAddr& ip, int64 nTime)
|
||||
if (!fMatch)
|
||||
{
|
||||
fDone = true;
|
||||
string strMessage = _("Warning: Please check that your computer's date and time are correct. If your clock is wrong Linkcoin will not work properly.");
|
||||
string strMessage = _("Warning: Please check that your computer's date and time are correct. If your clock is wrong DogeCoin will not work properly.");
|
||||
strMiscWarning = strMessage;
|
||||
printf("*** %s\n", strMessage.c_str());
|
||||
uiInterface.ThreadSafeMessageBox(strMessage+" ", string("DogeCoin"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user