From 9dd4835c16f7855a03e9cf7f523002827e6562c1 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 3 Sep 2019 23:10:35 +0200 Subject: [PATCH] Rename defused TNT --- mods/tnt/init.lua | 2 +- mods/tnt/locale/template.txt | 2 +- mods/tnt/locale/tnt.de.tr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/tnt/init.lua b/mods/tnt/init.lua index 0098e17..8dbbe9d 100644 --- a/mods/tnt/init.lua +++ b/mods/tnt/init.lua @@ -245,7 +245,7 @@ if tnt_enable then desc = S("TNT") else top_tex = "tnt_top_disabled.png" - desc = S("Defused TNT") + desc = S("TNT (defused)") end minetest.register_node( diff --git a/mods/tnt/locale/template.txt b/mods/tnt/locale/template.txt index f1c701a..dcb96da 100644 --- a/mods/tnt/locale/template.txt +++ b/mods/tnt/locale/template.txt @@ -1,6 +1,6 @@ # textdomain: tnt TNT= -Defused TNT= +TNT (defused)= Boom!= Boom?= Craft TNT.= diff --git a/mods/tnt/locale/tnt.de.tr b/mods/tnt/locale/tnt.de.tr index 42a6d5c..6bda383 100644 --- a/mods/tnt/locale/tnt.de.tr +++ b/mods/tnt/locale/tnt.de.tr @@ -1,6 +1,6 @@ # textdomain: tnt TNT=TNT -Defused TNT=Entschärftes TNT +TNT (defused)=TNT (entschärft) Boom!=Bumm! Boom?=Bumm? Craft TNT.=Fertigen Sie TNT.