@@ -119,7 +119,7 @@ MR:RegisterModule({
119119 ScanExpansion (exp , mdb )
120120 bountifulRow .max = mdb [" bountiful_total" ] > 0 and mdb [" bountiful_total" ] or exp .total
121121 if mdb [" bountiful_total" ] and mdb [" bountiful_total" ] > 0 then
122- bountifulRow .countText = string.format (" %d active" , mdb [" bountiful_total" ])
122+ bountifulRow .countText = string.format (L [ " Count_Active " ] or " %d active" , mdb [" bountiful_total" ])
123123 bountifulRow .countColor = { 1.0 , 0.82 , 0.30 }
124124 else
125125 bountifulRow .countText = nil
@@ -181,10 +181,10 @@ MR:RegisterModule({
181181 bountyRow .countText = L [" Done" ] or " Done"
182182 bountyRow .countColor = { 0.40 , 0.85 , 0.40 }
183183 elseif bountyCount > 0 then
184- bountyRow .countText = string.format (" %d in bags" , bountyCount )
184+ bountyRow .countText = string.format (L [ " Count_InBags " ] or " %d in bags" , bountyCount )
185185 bountyRow .countColor = { 1.00 , 0.82 , 0.30 }
186186 elseif bountyLooted > 0 then
187- bountyRow .countText = " Looted"
187+ bountyRow .countText = L [ " Looted " ] or " Looted"
188188 bountyRow .countColor = { 1.00 , 0.82 , 0.30 }
189189 else
190190 bountyRow .countText = nil
0 commit comments