From d6395b3592ec4b3bd9b9a71c6fc3f5923ae8ff00 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Fri, 29 May 2026 10:43:54 +0200 Subject: [PATCH] fix(minimap): correct stale right-click tooltip strings --- Leatrix_Plus/Leatrix_Plus.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Leatrix_Plus/Leatrix_Plus.lua b/Leatrix_Plus/Leatrix_Plus.lua index 0a166c0..abaa418 100644 --- a/Leatrix_Plus/Leatrix_Plus.lua +++ b/Leatrix_Plus/Leatrix_Plus.lua @@ -11398,7 +11398,7 @@ function LeaPlusLC:Player() end tooltip:AddLine("Leatrix Plus") tooltip:AddLine("|cffeda55fClick|r |cff99ff00to open Leatrix Plus options.|r") - tooltip:AddLine("|cffeda55fRight-Click|r |cff99ff00to reload the user interface.|r") + tooltip:AddLine("|cffeda55fRight-Click|r |cff99ff00to open Leatrix Plus options.|r") -- Toggle error message line color based on HideErrorMessages state if LeaPlusLC["HideErrorMessages"] == "On" then @@ -20478,7 +20478,7 @@ LeaPlusLC:CfgBtn("ModFasterLootingBtn", LeaPlusCB["FasterLooting"]) pg = "Page8"; LeaPlusLC:MakeTx(LeaPlusLC[pg], "Addon", 146, -72); -LeaPlusLC:MakeCB(LeaPlusLC[pg], "ShowMinimapIcon", "Show minimap button", 146, -92, false, "If checked, a minimap button will be available.|n|nClick - Toggle options panel.|n|nRight-Click - Reload UI.") +LeaPlusLC:MakeCB(LeaPlusLC[pg], "ShowMinimapIcon", "Show minimap button", 146, -92, false, "If checked, a minimap button will be available.|n|nClick - Toggle options panel.|n|nRight-Click - Toggle options panel.") -- todo: add more minimap button click functions --LeaPlusLC:MakeCB(LeaPlusLC[pg], "ShowMinimapIcon" , "Show minimap button" , 146, -92, false, "If checked, a minimap button will be available.|n|nClick - Toggle options panel.|n|nSHIFT-click - Toggle music.|n|nALT-click - Toggle errors (if enabled).|n|nCTRL/SHIFT-click - Toggle Zygor (if installed).|n|nCTRL/ALT-click - Toggle windowed mode.")