diff --git a/info.php b/info.php index 586eafd..26544eb 100644 --- a/info.php +++ b/info.php @@ -27,7 +27,7 @@ abstract class Info { } function name() { - return ucfirst($this->page->type); + return $this->page->t("generic." . $this->page->type); } function permanent() {