Change string

This commit is contained in:
Jean-Patrick Guerrero
2020-12-14 01:42:18 +01:00
parent a4111a4d7b
commit 7f15ad68e5
3 changed files with 3 additions and 1 deletions

View File

@ -1390,7 +1390,7 @@ local function get_export_fs(fs, data, panel, is_recipe, is_usage, max_stacks_rc
fmt("image_button",
data.xoffset + 7.35, data.yoffset + 0.2, 0.45, 0.45, "",
sprintf("export_%s", name), ""),
sprintf("tooltip[export_%s;%s]", name, ES"Craft this stack"))
sprintf("tooltip[export_%s;%s]", name, ES"Quick crafting"))
if not show_export then return end