diff --git a/ManbabyDungeonTools.lua b/ManbabyDungeonTools.lua index 4d7531b..b858456 100644 --- a/ManbabyDungeonTools.lua +++ b/ManbabyDungeonTools.lua @@ -1019,23 +1019,22 @@ function MDT:IsFrameOffScreen() end local bottomTips = { - [1] = L["He's a Manbaby"], - [2] = L["Hold CTRL to single-select enemies."], - [3] = L["Hold SHIFT to create a new pull while selecting enemies."], - [4] = L["Hold SHIFT to delete all presets with the delete preset button."], - [5] = L["Right click a pull for more options."], - [6] = L["Right click an enemy to open the enemy info window."], - [7] = L["Drag the bottom right edge to resize MDT."], - [8] = L["Click the fullscreen button for a maximized view of MDT."], - [9] = L["Use /mdt reset to restore the default position and scale of MDT."], - [10] = L["Mouseover the Live button while in a group to learn more about Live mode."], - [11] = L["You are using MDT. You rock!"], - [12] = L["You can choose from different color palettes in the automatic pull coloring settings menu."], - [13] = L["You can cycle through different floors by holding CTRL and using the mousewheel."], - [14] = L["You can cycle through dungeons by holding ALT and using the mousewheel."], - [15] = L["Mouseover a patrolling enemy with a blue border to view the patrol path."], - [16] = L["Expand the top toolbar to gain access to drawing and note features."], - [17] = L["ConnectedTip"], + [1] = L["Hold CTRL to single-select enemies."], + [2] = L["Hold SHIFT to create a new pull while selecting enemies."], + [3] = L["Hold SHIFT to delete all presets with the delete preset button."], + [4] = L["Right click a pull for more options."], + [5] = L["Right click an enemy to open the enemy info window."], + [6] = L["Drag the bottom right edge to resize MDT."], + [7] = L["Click the fullscreen button for a maximized view of MDT."], + [8] = L["Use /mdt reset to restore the default position and scale of MDT."], + [9] = L["Mouseover the Live button while in a group to learn more about Live mode."], + [10] = L["You are using MDT. You rock!"], + [11] = L["You can choose from different color palettes in the automatic pull coloring settings menu."], + [12] = L["You can cycle through different floors by holding CTRL and using the mousewheel."], + [13] = L["You can cycle through dungeons by holding ALT and using the mousewheel."], + [14] = L["Mouseover a patrolling enemy with a blue border to view the patrol path."], + [15] = L["Expand the top toolbar to gain access to drawing and note features."], + [16] = L["ConnectedTip"], } function MDT:UpdateBottomText()