From 778218fc36fe9d3ab60d4d4ed5c152deb1a8a4f5 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 26 Nov 2014 18:56:10 +0100 Subject: [PATCH] Fix typo --- qcsrc/common/notifications.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 4fd6e1f25..760da9da9 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -1007,7 +1007,7 @@ void Dump_Notifications(float fh, float alsoprint) if (!e) { backtrace("Dump_Notifications(): Missing notification entity!\n"); return; } NOTIF_WRITE_ENTITY( - "Notification control cvar: 0 = disabled, 1 = enabled if gentle mode is off, 2 = always enabled)" + "Notification control cvar: 0 = disabled, 1 = enabled if gentle mode is off, 2 = always enabled" ); } -- 2.39.2