Fix some description strings

This commit is contained in:
Wuzzy
2016-11-22 05:19:43 +01:00
parent b447f0af75
commit 45a6bd0c71
3 changed files with 6 additions and 6 deletions

View File

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