1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix output of ColorCommand

see #55
This commit is contained in:
Tim Düsterhus 2013-11-19 20:58:11 +01:00
parent 686ac853cc
commit 798dfb8d8d

View File

@ -211,7 +211,7 @@ public function getType() {
* @see \chat\system\command\ICommand::getMessage()
*/
public function getMessage() {
return 'color changed';
return \wcf\system\WCF::getLanguage()->get('chat.message.color.success');
}
/**