Add “wooden” to long description

master
Wuzzy 2016-08-02 16:50:03 +02:00
parent 84a59598f0
commit 0ca2fb31e1
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ end
if minetest.get_modpath("doc_items") ~= nil then
local longdesc = S("A huge dice with the numbers 1-6, just for fun.")
local longdesc = S("A huge wooden dice with the numbers 1-6, just for fun.")
local usagehelp = S("Rightclick on a placed dice to “throw” it, which rotates it randomly.")
doc.sub.items.add_helptexts({

View File

@ -1,4 +1,4 @@
white dice = weißer Spielwürfel
red dice = roter Spielwürfel
A huge dice with the numbers 1-6, just for fun. = Ein riesiger Spielwürfel mit den Zahlen 1-6, nur zum Spaß.
A huge wooden dice with the numbers 1-6, just for fun. = Ein riesiger hölzerner Spielwürfel mit den Zahlen 1-6, nur zum Spaß.
Rightclick on a placed dice to “throw” it, which rotates it randomly. = Klicke mit der rechten Maustaste auf einen Spielwürfel, um ihn zu »werfen«, was ihn zufällig rotiert.

View File

@ -1,4 +1,4 @@
white dice
red dice
A huge dice with the numbers 1-6, just for fun.
A huge wooden dice with the numbers 1-6, just for fun.
Rightclick on a placed dice to “throw” it, which rotates it randomly.