shorttext.
coolaken opened this issue ยท 8 comments
if L.AUTO_TIMER_TEXTS[timerType.."short"] and DBM.Bars:GetOption("StripCDText") then
return pformat(L.AUTO_TIMER_TEXTS[timerType.."short"], spellName)
else
return pformat(L.AUTO_TIMER_TEXTS[timerType], spellName)
end
translate error or bug?
It changes the text on bars from say "Next : " to ": ", making it a bit more visable.