Fix some strings. re #37
This commit is contained in:
parent
6272cd1b01
commit
059f05fac1
10 changed files with 4 additions and 10 deletions
2
base.php
2
base.php
|
@ -602,7 +602,7 @@ class PageAbout extends Page
|
|||
{
|
||||
public function InitializeContent ()
|
||||
{
|
||||
$this->title = "About";
|
||||
$this->title = localize ("about.title");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue