1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Use language-specific title

This commit is contained in:
Tim Düsterhus 2011-12-10 21:51:44 +01:00
parent 0eb439e75f
commit 136bdde006

View File

@ -66,7 +66,7 @@ public function __toString() {
* @see \wcf\system\request\IRouteController * @see \wcf\system\request\IRouteController
*/ */
public function getTitle() { public function getTitle() {
return $this->title; return WCF::getLanguage()->get($this->title);
} }
/** /**