Small fix

This commit is contained in:
Jean-Patrick Guerrero 2021-03-16 18:33:01 +01:00
parent 122b774c85
commit 03b3c10014
1 changed files with 2 additions and 1 deletions

View File

@ -1623,7 +1623,8 @@ local function get_header(fs, data)
end
local desc_lim, name_lim = 32, 34
local desc = ESC(get_desc(data.query_item))
local desc = translate(data.lang_code, get_desc(data.query_item))
desc = ESC(desc)
local tech_name = data.query_item
local X = data.xoffset + 1.05
local Y1 = data.yoffset + 0.47