correct a few docstrings and translation usages
This commit is contained in:
parent
457a382317
commit
f91a24c46d
2 changed files with 10 additions and 10 deletions
|
@ -34,7 +34,7 @@
|
|||
* Save the answer of a Character group for a Station.
|
||||
*
|
||||
* @param array $seminary Current Seminary data
|
||||
* @param array $questgroup Current Questgroup data
|
||||
* @param array $groupsgroup Current Groups group data
|
||||
* @param array $quest Current Quest data
|
||||
* @param array $station Current Station data
|
||||
* @param array $charactergroup Current Character group data
|
||||
|
@ -47,7 +47,7 @@
|
|||
* Check if answer of a Character group for a Station matches the correct one.
|
||||
*
|
||||
* @param array $seminary Current Seminary data
|
||||
* @param array $questgroup Current Questgroup data
|
||||
* @param array $groupsgroup Current Groups group data
|
||||
* @param array $quest Current Quest data
|
||||
* @param array $station Current Station data
|
||||
* @param array $charactergroup Current Character group data
|
||||
|
@ -62,11 +62,11 @@
|
|||
*
|
||||
* Show the task of a Station.
|
||||
*
|
||||
* @param array $seminary Current Seminary data
|
||||
* @param array $questgroup Current Questgroup data
|
||||
* @param array $quest Current Quest data
|
||||
* @param array $station Current Station data
|
||||
* @param array $charactergroup Current Character group data
|
||||
* @param array $seminary Current Seminary data
|
||||
* @param array $groupsgroup Current Groups group data
|
||||
* @param array $quest Current Quest data
|
||||
* @param array $station Current Station data
|
||||
* @param array $charactergroup Current Character group data
|
||||
*/
|
||||
public abstract function quest($seminary, $groupsgroup, $quest, $station, $charactergroup);
|
||||
|
||||
|
|
|
@ -345,7 +345,7 @@
|
|||
|
||||
|
||||
// Set title
|
||||
$this->addTitle(_('Create Station'));
|
||||
$this->addTitleLocalized('Create Station');
|
||||
$this->addTitle($quest['title']);
|
||||
$this->addTitle($groupsgroup['name']);
|
||||
$this->addTitle($seminary['title']);
|
||||
|
@ -533,7 +533,7 @@
|
|||
|
||||
|
||||
// Set title
|
||||
$this->addTitle(_('Edit Station'));
|
||||
$this->addTitleLocalized('Edit Station');
|
||||
$this->addTitle($station['title']);
|
||||
$this->addTitle($quest['title']);
|
||||
$this->addTitle($groupsgroup['name']);
|
||||
|
@ -671,7 +671,7 @@
|
|||
|
||||
|
||||
// Set title
|
||||
$this->addTitle(_('Delete Station'));
|
||||
$this->addTitleLocalized('Delete Station');
|
||||
$this->addTitle($station['title']);
|
||||
$this->addTitle($quest['title']);
|
||||
$this->addTitle($groupsgroup['name']);
|
||||
|
|
Loading…
Add table
Reference in a new issue