diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm
index 54ec74baf63..b3300a3cee1 100644
--- a/code/modules/client/client procs.dm
+++ b/code/modules/client/client procs.dm
@@ -311,7 +311,7 @@
if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates. -CP
winset(src, "rpane.changelog", "background-color=#f4aa94;font-style=bold")
prefs.SetChangelog(src,changelog_hash)
- src << "Changelog has changed since your last visit."
+ to_chat(src, "Changelog has changed since your last visit.")
if(!void)
void = new()