i18n fixes
Dieser Commit ist enthalten in:
Ursprung
cec92525c5
Commit
2475baa7e9
10 geänderte Dateien mit 26 neuen und 25 gelöschten Zeilen
|
|
@ -103,7 +103,7 @@ class pApiContentAllocationArticle extends pApiTree {
|
|||
$this->tpl->next();
|
||||
}
|
||||
|
||||
$this->tpl->set('s', "CATEGORY", i18n("Category", "content_allocation"));
|
||||
$this->tpl->set('s', "CATEGORY", i18n("Category", "cl-content-allocation"));
|
||||
|
||||
if ($return === true) {
|
||||
return $this->tpl->generate($this->template, true);
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren