diff --git a/src/game/server/ddracechat.cpp b/src/game/server/ddracechat.cpp index f1f88b6e8..99dc46f4d 100644 --- a/src/game/server/ddracechat.cpp +++ b/src/game/server/ddracechat.cpp @@ -860,8 +860,8 @@ void CGameContext::ConSetServerGameTime(IConsole::IResult *pResult, void *pUserD IConsole::OUTPUT_LEVEL_STANDARD, "emote", (pPlayer->m_GameTimerTime) ? - "Time is displayed in broadcast now." : - "Time will not be displayed in broadcast now"); + "Time is displayed in game/round timer now." : + "Time will not be displayed in game/round timer now"); return; } else if(str_comp_nocase(pResult->GetString(0), "on") == 0)