mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-22 19:03:43 +01:00
Change string
This commit is contained in:
parent
a4111a4d7b
commit
7f15ad68e5
2
init.lua
2
init.lua
@ -1390,7 +1390,7 @@ local function get_export_fs(fs, data, panel, is_recipe, is_usage, max_stacks_rc
|
|||||||
fmt("image_button",
|
fmt("image_button",
|
||||||
data.xoffset + 7.35, data.yoffset + 0.2, 0.45, 0.45, "",
|
data.xoffset + 7.35, data.yoffset + 0.2, 0.45, 0.45, "",
|
||||||
sprintf("export_%s", name), ""),
|
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
|
if not show_export then return end
|
||||||
|
|
||||||
|
@ -66,3 +66,4 @@ Craft @1 stack=Fabriquer @1 objet
|
|||||||
Craft @1 stacks=Fabriquer @1 objets
|
Craft @1 stacks=Fabriquer @1 objets
|
||||||
@1 added in your inventory=@1 mis dans votre inventaire
|
@1 added in your inventory=@1 mis dans votre inventaire
|
||||||
@1 crafted=@1 fabriqué(s)
|
@1 crafted=@1 fabriqué(s)
|
||||||
|
Quick crafting=Fabrication rapide
|
||||||
|
@ -66,3 +66,4 @@ Craft @1 stack=
|
|||||||
Craft @1 stacks=
|
Craft @1 stacks=
|
||||||
@1 added in your inventory=
|
@1 added in your inventory=
|
||||||
@1 crafted=
|
@1 crafted=
|
||||||
|
Quick crafting=
|
||||||
|
Loading…
Reference in New Issue
Block a user