translation update
This commit is contained in:
parent
d0d1c22317
commit
11f6e5005e
|
@ -94,7 +94,7 @@ class generalInformation extends baseModule {
|
||||||
if ($this->attributes['hasSubordinates'][0] == 'TRUE') {
|
if ($this->attributes['hasSubordinates'][0] == 'TRUE') {
|
||||||
$hasChilds = _('yes');
|
$hasChilds = _('yes');
|
||||||
}
|
}
|
||||||
$return->addElement(new htmlOutputText(_('Has children')));
|
$return->addElement(new htmlOutputText(_('Has subentries')));
|
||||||
$return->addElement(new htmlOutputText($hasChilds), true);
|
$return->addElement(new htmlOutputText($hasChilds), true);
|
||||||
$return->addElement(new htmlSpacer(null, '5px'), true);
|
$return->addElement(new htmlSpacer(null, '5px'), true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue