ArtOfShred / LuiExtended

Lui Extended addon for ESO
http://www.esoui.com/downloads/fileinfo.php?id=818
Other
36 stars 21 forks source link

Text error in menu: "Target - Transparency - Out-of-Combat" #186

Closed luke4mls closed 3 years ago

luke4mls commented 3 years ago

The menu option for setting target unit frame transparency in-combat is incorrectly title as "Out-of-Combat". The tooltip text is correct.

Unit Frames > Custom Unit Frames (Player & Target) > Target - Transparency

image image

luke4mls commented 3 years ago

solution: settings/UnitFrames.lua line 953

- name = GetString(SI_LUIE_LAM_UF_CFRAMESPT_TARGET_OOCPACITY),
+ name = GetString(SI_LUIE_LAM_UF_CFRAMESPT_TARGET_ICPACITY),
ArtOfShred commented 3 years ago

Thanks for reporting this, fixed on GitHub build.