Fix the languages string to add consistancy (plural form). re #34
This commit is contained in:
parent
7e8a1fefdb
commit
1e165fb574
13 changed files with 47 additions and 47 deletions
2
base.php
2
base.php
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue