Removed tr() from UIHeader

This commit is contained in:
TheSumm 2015-01-28 00:01:53 +01:00
parent 71931b961a
commit 1c3cfddab0
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ function UITable:addHeader(data)
elseif type == 'height' then
col:setHeight(value)
elseif type == 'text' then
col:setText(tr(value))
col:setText(value)
elseif type == 'onClick' then
col.onClick = value
end