mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-13 09:51:53 -04:00
Change tab title to "Recipes"
It's shorter
This commit is contained in:
parent
e69e226263
commit
568d3a36e2
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
Minetest Game mod: mtg_craftguide
|
Minetest Game mod: mtg_craftguide
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
Adds a craft guide tab to the inventory. Click an item to see it's recipes.
|
Adds a "Recipes" tab to the inventory. Click an item to see it's recipes.
|
||||||
Click again to show usages.
|
Click again to show usages.
|
||||||
|
|
||||||
Based on [craftguide](https://github.com/minetest-mods/craftguide).
|
Based on [craftguide](https://github.com/minetest-mods/craftguide).
|
||||||
|
|
|
@ -411,7 +411,7 @@ minetest.register_on_leaveplayer(function(player)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
sfinv.register_page("mtg_craftguide:craftguide", {
|
sfinv.register_page("mtg_craftguide:craftguide", {
|
||||||
title = esc(S("Craft Guide")),
|
title = esc(S("Recipes")),
|
||||||
get = function(self, player, context)
|
get = function(self, player, context)
|
||||||
return sfinv.make_formspec(player, context, get_formspec(player))
|
return sfinv.make_formspec(player, context, get_formspec(player))
|
||||||
end,
|
end,
|
||||||
|
|
|
@ -35,7 +35,7 @@ Any wool=Quelconque laine
|
||||||
Any yellow dye=Quelconque colorant jaune
|
Any yellow dye=Quelconque colorant jaune
|
||||||
Any yellow flower=Quelconque fleur jaune
|
Any yellow flower=Quelconque fleur jaune
|
||||||
Cooking time: @1=Temps de cuisson : @1
|
Cooking time: @1=Temps de cuisson : @1
|
||||||
Craft Guide=Guide de recettes
|
|
||||||
Recipe @1 of @2=Recette @1 sur @2
|
Recipe @1 of @2=Recette @1 sur @2
|
||||||
|
Recipes=Recettes
|
||||||
Shapeless=Sans forme
|
Shapeless=Sans forme
|
||||||
Usage @1 of @2=Usage @1 sur @2
|
Usage @1 of @2=Usage @1 sur @2
|
||||||
|
|
|
@ -37,7 +37,6 @@ Any yellow flower=
|
||||||
Click again to show recipes.=
|
Click again to show recipes.=
|
||||||
Click again to show usages.=
|
Click again to show usages.=
|
||||||
Cooking time: @1=
|
Cooking time: @1=
|
||||||
Craft Guide=
|
|
||||||
Fuel=
|
Fuel=
|
||||||
# Label for group ingredients
|
# Label for group ingredients
|
||||||
G=
|
G=
|
||||||
|
@ -50,6 +49,7 @@ Previous page=
|
||||||
Previous recipe=
|
Previous recipe=
|
||||||
Recipe @1 of @2=
|
Recipe @1 of @2=
|
||||||
Recipe is too big to be displayed.=
|
Recipe is too big to be displayed.=
|
||||||
|
Recipes=
|
||||||
Reset=
|
Reset=
|
||||||
Search=
|
Search=
|
||||||
Shapeless=
|
Shapeless=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue