]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix typo
authorterencehill <piuntn@gmail.com>
Wed, 26 Nov 2014 17:56:10 +0000 (18:56 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 26 Nov 2014 17:56:10 +0000 (18:56 +0100)
qcsrc/common/notifications.qc

index 4fd6e1f25dcc37373a00a04a565aec114867ddb2..760da9da997c4b5c9c38503c59568c100d3f459d 100644 (file)
@@ -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"
                );
        }