From 7acae52c7659d6dc8183c8cc973c8efcfd85edc6 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 26 Nov 2014 22:21:49 +0100 Subject: [PATCH] More human readable cvar descriptions --- qcsrc/common/notifications.qc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 32e4a6cf1..e2a74bded 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -1041,7 +1041,7 @@ void Dump_Notifications(float fh, float alsoprint) if (!e) { backtrace("Dump_Notifications(): Missing notification entity!\n"); return; } NOTIF_WRITE_ENTITY( - "0 = off, 1 = trigger subcalls" + "Enable this multiple notification" ); } @@ -1052,8 +1052,8 @@ void Dump_Notifications(float fh, float alsoprint) if (!e) { backtrace("Dump_Notifications(): Missing notification entity!\n"); return; } NOTIF_WRITE_ENTITY_CHOICE( - "0 = off, 1 = trigger option A subcall, 2 = trigger option B subcall", - "0 = off, 1 = allowed in warmup mode, 2 = always allowed" + "Choice for this notification 0 = off, 1 = default message, 2 = verbose message", + "Allow choice for this notification 0 = off, 1 = only in warmup mode, 2 = always" ); } -- 2.39.2