DBM - Deadly Boss Mods (DBM-Core)

DBM - Deadly Boss Mods (DBM-Core)

522M Downloads

shorttext.

coolaken opened this issue ยท 8 comments

commented

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?

commented

No, this looks fine?

commented

the check button of shorttext this is stripcdtext ? is that right?

commented

Yes, its the option in the GUI that says "Strip CD/Next out of timers"

commented

but it does the shortcdtext thing?

commented

Yes.

commented

what about shortcdtext checkbutton do..

commented

It changes the text on bars from say "Next : " to ": ", making it a bit more visable.

commented

thank you.