Fix some strings. re #37

This commit is contained in:
Sébastien Lucas 2013-04-21 15:47:32 +02:00
parent 6272cd1b01
commit 059f05fac1
10 changed files with 4 additions and 10 deletions

View file

@ -602,7 +602,7 @@ class PageAbout extends Page
{
public function InitializeContent ()
{
$this->title = "About";
$this->title = localize ("about.title");
}
}