From d8f7ca8b2c05b56c3fc44422bbc6f5e84b36f466 Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Sun, 26 May 2024 15:10:16 -0700 Subject: [PATCH] fix target caller name in plugin list --- frames/window_options2_sections.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frames/window_options2_sections.lua b/frames/window_options2_sections.lua index cd94828c..09d08a36 100644 --- a/frames/window_options2_sections.lua +++ b/frames/window_options2_sections.lua @@ -3506,7 +3506,7 @@ do local allExistentRaidPlugins = { {"DETAILS_PLUGIN_COMPARETWO_WINDOW", "Details_Compare2", "Compare 2.0", "Replace the Compare tab in the player breakdown window.", ""}, - {"DETAILS_PLUGIN_TARGET_CALLER", "Details_TargetCaller", "racks your current target and show in the window who is doing damage to it. The amount of damage shown is the amount dealt since you selected the target.", ""}, + {"DETAILS_PLUGIN_TARGET_CALLER", "Details_TargetCaller", "Target Caller", "Tracks your current target and show in the window who is doing damage to it. The amount of damage shown is the amount dealt since you selected the target.", ""}, {"DETAILS_PLUGIN_TINY_THREAT", "Details_TinyThreat", "Tiny Threat", "Threat meter plugin, show threat for group members in the window. Select it from the Plugin menu in the Orange Cogwheel.", ""}, --{"DETAILS_PLUGIN_VANGUARD", "Details_Vanguard", "Vanguard", "Show the health and debuffs for tanks in your group.", ""} }