mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-12 17:32:19 -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
|
||||
=================================
|
||||
|
||||
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.
|
||||
|
||||
Based on [craftguide](https://github.com/minetest-mods/craftguide).
|
||||
|
|
|
@ -411,7 +411,7 @@ minetest.register_on_leaveplayer(function(player)
|
|||
end)
|
||||
|
||||
sfinv.register_page("mtg_craftguide:craftguide", {
|
||||
title = esc(S("Craft Guide")),
|
||||
title = esc(S("Recipes")),
|
||||
get = function(self, player, context)
|
||||
return sfinv.make_formspec(player, context, get_formspec(player))
|
||||
end,
|
||||
|
|
|
@ -35,7 +35,7 @@ Any wool=Quelconque laine
|
|||
Any yellow dye=Quelconque colorant jaune
|
||||
Any yellow flower=Quelconque fleur jaune
|
||||
Cooking time: @1=Temps de cuisson : @1
|
||||
Craft Guide=Guide de recettes
|
||||
Recipe @1 of @2=Recette @1 sur @2
|
||||
Recipes=Recettes
|
||||
Shapeless=Sans forme
|
||||
Usage @1 of @2=Usage @1 sur @2
|
||||
|
|
|
@ -37,7 +37,6 @@ Any yellow flower=
|
|||
Click again to show recipes.=
|
||||
Click again to show usages.=
|
||||
Cooking time: @1=
|
||||
Craft Guide=
|
||||
Fuel=
|
||||
# Label for group ingredients
|
||||
G=
|
||||
|
@ -50,6 +49,7 @@ Previous page=
|
|||
Previous recipe=
|
||||
Recipe @1 of @2=
|
||||
Recipe is too big to be displayed.=
|
||||
Recipes=
|
||||
Reset=
|
||||
Search=
|
||||
Shapeless=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue