mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixup
* move guide localization, so Lang::typeName can pick it up * rename forgotten TYPE_* definitions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user