Misc/Fixup

* move guide localization, so Lang::typeName can pick it up
 * rename forgotten TYPE_* definitions
This commit is contained in:
Sarjuuk
2022-03-22 21:59:49 +01:00
parent 7caabc0fa8
commit 1dc8d50289
10 changed files with 318 additions and 307 deletions

View File

@@ -34,7 +34,7 @@ class GuidesPage extends GenericPage
$this->myGuides = true;
}
else
$this->name = Util::ucFirst(Lang::guide('guides'));
$this->name = Util::ucFirst(Lang::game('guides'));
}
protected function generateContent()
@@ -71,7 +71,7 @@ class GuidesPage extends GenericPage
$tabData = array(
'data' => $data,
'name' => Util::ucFirst(Lang::guide('guides')),
'name' => Util::ucFirst(Lang::game('guides')),
'hiddenCols' => $hCols,
'visibleCols' => $vCols,
'extraCols' => $xCols