Skip to content

Commit

Permalink
Scrollback: Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanaar committed May 19, 2020
1 parent 9422ca8 commit 4505aeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/Scrollback.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ Prat:AddModuleExtension(function()

text = self.timestamps and self.timestamps:InsertTimeStamp(text, frame) or text

text = text:gsub("|K.-|k", PL["<BNET REMOVED>"])

text = text:gsub("|K.-|k", PL.bnet_removed)
table.insert(scrollback, {
text, r, g, b, id, ...
})
Expand Down

0 comments on commit 4505aeb

Please sign in to comment.