From: terencehill Date: Wed, 26 Nov 2014 21:21:49 +0000 (+0100) Subject: More human readable cvar descriptions X-Git-Tag: xonotic-v0.8.0~132^2~1 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=7acae52c7659d6dc8183c8cc973c8efcfd85edc6;p=xonotic%2Fxonotic-data.pk3dir.git More human readable cvar descriptions --- 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" ); }