From 11f6e5005ed42c6fb1d7c5bbdf52e5fd8577a1eb Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 26 Apr 2011 17:56:07 +0000 Subject: [PATCH] translation update --- lam/lib/modules/generalInformation.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules/generalInformation.inc b/lam/lib/modules/generalInformation.inc index d40f81a6..978b5b0c 100644 --- a/lam/lib/modules/generalInformation.inc +++ b/lam/lib/modules/generalInformation.inc @@ -94,7 +94,7 @@ class generalInformation extends baseModule { if ($this->attributes['hasSubordinates'][0] == 'TRUE') { $hasChilds = _('yes'); } - $return->addElement(new htmlOutputText(_('Has children'))); + $return->addElement(new htmlOutputText(_('Has subentries'))); $return->addElement(new htmlOutputText($hasChilds), true); $return->addElement(new htmlSpacer(null, '5px'), true); }