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
|
|
@ -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
Add a link
Reference in a new issue