Translate all extended tooltips to German
This commit is contained in:
parent
03a5519d01
commit
feba60cad8
133 changed files with 323 additions and 52 deletions
|
@ -88,9 +88,9 @@ function mcl_doors:register_door(name, def)
|
|||
end
|
||||
if not tt_help then
|
||||
if def.only_redstone_can_open then
|
||||
tt_help = S("Opened or closed by redstone power")
|
||||
tt_help = S("Openable by redstone power")
|
||||
else
|
||||
tt_help = S("Use to open or close")
|
||||
tt_help = S("Openable by players and redstone power")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue