From 27093686eab31c27b773d67f8a411238ee4f5abd Mon Sep 17 00:00:00 2001 From: Spacefish Date: Mon, 23 Dec 2013 19:55:28 +0100 Subject: [PATCH] Change Linkcoin to DogeCoin in clock warning --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index 43ed00d13..ef474b837 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -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);