From 8a27abe6c5ef4438c89a2c0fe3aa10d1a26538af Mon Sep 17 00:00:00 2001 From: IndigoFox Date: Tue, 6 Feb 2024 18:14:23 -0800 Subject: [PATCH] add verbosity to 3d triageIcons tooltip under Enable, for clarity --- framework/triageIcons/functions/fn_addCBASettings.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/triageIcons/functions/fn_addCBASettings.sqf b/framework/triageIcons/functions/fn_addCBASettings.sqf index c683fae..775ff9b 100644 --- a/framework/triageIcons/functions/fn_addCBASettings.sqf +++ b/framework/triageIcons/functions/fn_addCBASettings.sqf @@ -7,7 +7,7 @@ [ QGVAR(setting_enabled), // variable "CHECKBOX", // type - ["Enable 3D Triage Card State", "Draws a colored dot over units within Xm indicating current ACE Triage State"], // title + ["Enable 3D Triage Card State", "For players with medic perms, a colored dot will be shown over unconscious units within Xm indicating current ACE Triage State"], // title [QUOTE(SETTINGS_GROUP_NAME), QUOTE(COMPONENT_BEAUTIFIED)], // category true, // default value false, // isGlobal