Skip to content

Commit

Permalink
Fix localization missing in ldb (#51)
Browse files Browse the repository at this point in the history
This bug will cause error when calling ldb - Titan bar for example. #50
  • Loading branch information
jpxthu authored Oct 6, 2020
1 parent b01d705 commit 8e81f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ldb.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function mod:OnEnable()
tooltip:AddLine("Right-click to open the EPGP config", 0, 1, 0)
tooltip:AddLine(" ")
local status = string.format(
L["Decay=%s%% BaseGP=%s MinEP=%s Extras=%s%%"],
"Decay=%s%% BaseGP=%s MinEP=%s Extras=%s%%",
"|cFFFFFFFF"..EPGP:GetDecayPercent().."|r",
"|cFFFFFFFF"..EPGP:GetBaseGP().."|r",
"|cFFFFFFFF"..EPGP:GetMinEP().."|r",
Expand Down

0 comments on commit 8e81f87

Please sign in to comment.