1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-10 00:30:09 +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
*/
public function getTitle() {
return $this->title;
return WCF::getLanguage()->get($this->title);
}
/**