From b183aa49b3472c8df779dd4ae2b68210b571e001 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Mon, 1 Aug 2016 02:11:29 +0200 Subject: [PATCH] =?UTF-8?q?ID:=20Gruppenersteller=20->=20Gr=C3=BCnder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otouto/plugins/id.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/plugins/id.lua b/otouto/plugins/id.lua index ffb2a62..55bd79a 100644 --- a/otouto/plugins/id.lua +++ b/otouto/plugins/id.lua @@ -114,7 +114,7 @@ function id:action(msg) if table.contains(admins, tostring(user.id)) then text = text..'*'..user.name..'* `['..user.id..']` _Administrator_\n' elseif tostring(creator_id) == user.id then - text = text..'*'..user.name..'* `['..user.id..']` _Gruppenersteller_\n' + text = text..'*'..user.name..'* `['..user.id..']` _GrĂ¼nder_\n' else text = text..'*'..user.name..'* `['..user.id..']`\n' end