Translate all extended tooltips to German

This commit is contained in:
Wuzzy 2020-03-12 01:35:11 +01:00
parent 03a5519d01
commit feba60cad8
133 changed files with 323 additions and 52 deletions

View file

@ -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