From 45a6bd0c7104e7ed55d82c109f43c931e1fbb776 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 22 Nov 2016 05:19:43 +0100 Subject: [PATCH] Fix some description strings --- locale/de.txt | 8 ++++---- locale/template.txt | 2 +- mummy.lua | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/locale/de.txt b/locale/de.txt index 8fe2aec..c17cb8c 100644 --- a/locale/de.txt +++ b/locale/de.txt @@ -1,12 +1,12 @@ Cracked sandstone brick = Rissiger Sandsteinziegel Fallen cracked sandstone brick = Gefallener rissiger Sandsteinziegel -Mummy spawn-egg = Mumienerzeugerei -Mummy spawner = Mumienerzeuger +Mummy spawn-egg = Mumien-Spawn-Ei +Mummy spawner = Mumien-Spawner Sandstone with eye engraving = Sandstein mit Augengravur Sandstone with man engraving = Sandstein mit Manngravur Sandstone with sun engraving = Sandstein mit Sonnengravur -A mummy spawner causes hostile mummies to appear its vicinity as long it exists. = Ein Mumienerzeuger lässt feindliche Mumien in seiner näheren Umgebung auftauchen, solange er existiert. -Can be used to create a hostile mummy. = Kann benutzt werden, um eine feindliche Mumie zu erzeugen. +A mummy spawner causes hostile mummies to appear in its vicinity as long it exists. = Ein Mumien-Spawner lässt feindliche Mumien in seiner näheren Umgebung auftauchen, solange er existiert. +Can be used to create a hostile mummy. = Kann benutzt werden, um eine feindliche Mumie zu erzeugen (auch »spawnen« genannt). Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! = Platzieren Sie das Ei, um dort eine Mumie zu erzeugen. Vorsicht, sie wird wahrscheinlich sofort angreifen! This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. = Dieser Ziegel ist alt, porös und instabil und kann sich so gerade noch selbst stützen. Man sollte vorsichtig sein, ihn nicht zu belasten. This old and porous brick fell to the ground. It does not hold itself anymore. = Dieser alte und poröse Ziegel fiel zu Boden und wird durch nichts mehr gestützt. diff --git a/locale/template.txt b/locale/template.txt index 37f113f..75cb406 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -5,7 +5,7 @@ Mummy spawner = Sandstone with eye engraving = Sandstone with man engraving = Sandstone with sun engraving = -A mummy spawner causes hostile mummies to appear its vicinity as long it exists. = +A mummy spawner causes hostile mummies to appear in its vicinity as long it exists. = Can be used to create a hostile mummy. = Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! = This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. = diff --git a/mummy.lua b/mummy.lua index 818c207..c71781b 100644 --- a/mummy.lua +++ b/mummy.lua @@ -342,7 +342,7 @@ end minetest.register_node("tsm_pyramids:spawner_mummy", { description = S("Mummy spawner"), - _doc_items_longdesc = S("A mummy spawner causes hostile mummies to appear its vicinity as long it exists."), + _doc_items_longdesc = S("A mummy spawner causes hostile mummies to appear in its vicinity as long it exists."), paramtype = "light", tiles = {"tsm_pyramids_spawner.png"}, is_ground_content = false,