diff --git a/file/lib/system/command/commands/InviteCommand.class.php b/file/lib/system/command/commands/InviteCommand.class.php index c0ef7e2..d19d434 100644 --- a/file/lib/system/command/commands/InviteCommand.class.php +++ b/file/lib/system/command/commands/InviteCommand.class.php @@ -64,6 +64,6 @@ public function getType() { * @see \chat\system\command\ICommand::getMessage() */ public function getMessage() { - return 'invite derp'; + return \wcf\system\WCF::getLanguage()->getDynamicVariable('chat.message.invite.success', array('user' => $this->user, 'room' => $this->room)); } } diff --git a/language/de.xml b/language/de.xml index 20039ca..d64ac67 100644 --- a/language/de.xml +++ b/language/de.xml @@ -204,6 +204,7 @@ Probieren Sie, den Chat neu zu laden