diff --git a/base.php b/base.php index 775c5ca..8beaec5 100644 --- a/base.php +++ b/base.php @@ -602,7 +602,7 @@ class PageAbout extends Page { public function InitializeContent () { - $this->title = "About"; + $this->title = localize ("about.title"); } } diff --git a/index.php b/index.php index a7ed901..98bdcc5 100644 --- a/index.php +++ b/index.php @@ -300,7 +300,7 @@