Add missing translation for pumpkin usagehelp

This commit is contained in:
Wuzzy 2019-03-22 22:02:23 +01:00
parent c49efcf9ad
commit c78b1d1354
3 changed files with 3 additions and 1 deletions

View File

@ -89,3 +89,4 @@ Cookie=Keks
Bread=Brot
Hay Bale=Heuballen
Hay bales are decorative blocks made from wheat.=Heuballen sind dekorative Blöcke, die aus Weizen gemacht sind.
To carve a face into the pumpkin, use the shears on the side you want to carve.=Um ein Gesicht in den Kürbis zu schnitzen, benutzen Sie die Schere an der Seite, die Sie schnitzen wollen.

View File

@ -89,3 +89,4 @@ Cookie=
Bread=
Hay Bale=
Hay bales are decorative blocks made from wheat.=
To carve a face into the pumpkin, use the shears on the side you want to carve.=

View File

@ -87,7 +87,7 @@ local stem_def = {
local pumpkin_base_def = {
description = S("Faceless Pumpkin"),
_doc_items_longdesc = S("A faceless pumpkin is a decorative block. It can be carved with shears to obtain pumpkin seeds."),
_doc_items_usagehelp = "To carve a face into the pumpkin, use the shears on the side you want to carve.",
_doc_items_usagehelp = S("To carve a face into the pumpkin, use the shears on the side you want to carve."),
stack_max = 64,
paramtype2 = "facedir",
tiles = {"farming_pumpkin_top.png", "farming_pumpkin_top.png", "farming_pumpkin_side.png"},