adding ratings category to possible ignores and merge lang update (nl)

had to change rating.title to ratings.title due to $keyPlural in base.php#L997
This commit is contained in:
Michael 2014-03-05 11:15:20 +01:00
parent 5bc134ad80
commit 1ad15d410c
15 changed files with 25 additions and 23 deletions

View file

@ -719,7 +719,7 @@ class PageAllRating extends Page
{
public function InitializeContent ()
{
$this->title = localize("rating.title");
$this->title = localize("ratings.title");
$this->entryArray = Rating::getAllRatings();
$this->idPage = Rating::ALL_RATING_ID;
}
@ -987,6 +987,7 @@ class PageCustomize extends Page
PageQueryResult::SCOPE_TAG,
PageQueryResult::SCOPE_SERIES,
PageQueryResult::SCOPE_PUBLISHER,
PageQueryResult::SCOPE_RATING,
"language");
$content = "";