From: terencehill Date: Wed, 26 Nov 2014 17:56:10 +0000 (+0100) Subject: Fix typo X-Git-Tag: xonotic-v0.8.0~132^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=778218fc36fe9d3ab60d4d4ed5c152deb1a8a4f5;p=xonotic%2Fxonotic-data.pk3dir.git Fix typo --- 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" ); }