Agrege escape \n -> @n

This commit is contained in:
Carlos Barraza 2020-02-23 23:29:13 -03:00
parent 413740c411
commit cd43ebaf18
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ unified_inventory.register_page("craftguide", {
else
-- Error
fs[#fs + 1] = string.format("label[2,%f;%s]",
formspecy, F(S("This recipe is too\nlarge to be displayed.")))
formspecy, F(S("This recipe is too@nlarge to be displayed.")))
end
if craft_type.uses_crafting_grid and display_size.width <= 3 then