rename /gameObjects?/ => /objects?/ so it can be localized via typeString
This commit is contained in:
Sarjuuk
2015-07-05 21:17:55 +02:00
parent ed67493bb8
commit f2ec843f7e
13 changed files with 19 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ class ObjectsPage extends GenericPage
parent::__construct($pageCall, $pageParam);
$this->name = Util::ucFirst(Lang::game('gameObjects'));
$this->name = Util::ucFirst(Lang::game('objects'));
$this->subCat = $pageParam ? '='.$pageParam : '';
}