Fix the languages string to add consistancy (plural form). re #34

This commit is contained in:
Sébastien Lucas 2013-12-19 08:24:02 +01:00
parent 7e8a1fefdb
commit 1e165fb574
13 changed files with 47 additions and 47 deletions

View file

@ -581,7 +581,7 @@ class PageAllPublishers extends Page
{
public function InitializeContent ()
{
$this->title = localize("publisher.title");
$this->title = localize("publishers.title");
$this->entryArray = Publisher::getAllPublishers();
$this->idPage = Publisher::ALL_PUBLISHERS_ID;
}