From 76c926dadc4fa41d0a7c5a3d77920560a26cec41 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 12 Jun 2020 14:12:06 +0100 Subject: [PATCH] intllib support for new command descriptions --- admin.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin.lua b/admin.lua index 77059e5..ad1afce 100644 --- a/admin.lua +++ b/admin.lua @@ -170,7 +170,7 @@ minetest.register_node("protector:protect_hidden", { minetest.register_chatcommand("protector_show", { params = "", - description = "Hide protection blocks", + description = S("Show your nearby protection blocks"), privs = {interact = true}, func = function(name, param) @@ -205,7 +205,7 @@ minetest.register_chatcommand("protector_show", { minetest.register_chatcommand("protector_hide", { params = "", - description = "Hide protection blocks", + description = S("Hide your nearby protection blocks"), privs = {interact = true}, func = function(name, param)