translation update

This commit is contained in:
Roland Gruber 2011-04-26 17:56:07 +00:00
parent d0d1c22317
commit 11f6e5005e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }