diff --git a/EllesmereUIOptions/EUI_Fonts_Options.lua b/EllesmereUIOptions/EUI_Fonts_Options.lua index 966bb55c5..b6d1a552a 100644 --- a/EllesmereUIOptions/EUI_Fonts_Options.lua +++ b/EllesmereUIOptions/EUI_Fonts_Options.lua @@ -1432,6 +1432,7 @@ function _G._EUI_BuildFontsPage(pageName, parent, yOffset) _, h = W:DualRow(parent, y, { type="dropdown", text="Global Font", + tooltip="Sets the font EllesmereUI uses for its own text. Blizzard's own text, such as the quest log and spellbook, keeps the game font until you turn on Apply to All Game Text below.", values=fontDropValues, order=fontDropOrder, getValue=function() local g = EllesmereUI.GetFontsDB().global or "Expressway"