From: hickert Date: Tue, 26 Oct 2010 09:59:06 +0000 (+0000) Subject: Fixed spelling, thanks to bcooksley X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ab681118e7b8ecac90e85a19a4b46441642690a6;p=gosa.git Fixed spelling, thanks to bcooksley git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20152 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/groups/class_group.inc b/gosa-core/plugins/admin/groups/class_group.inc index 6fb72ccb3..9462e6556 100644 --- a/gosa-core/plugins/admin/groups/class_group.inc +++ b/gosa-core/plugins/admin/groups/class_group.inc @@ -207,7 +207,7 @@ class group extends plugin $this->memberList->setEditable(false); $this->memberList->setWidth("100%"); $this->memberList->setHeight("300px"); - $this->memberList->setHeader(array('~',_("Given name"),_("Surename"),_("UID"))); + $this->memberList->setHeader(array('~',_("Given name"),_("Surname"),_("UID"))); $this->memberList->setColspecs(array('20px','*','*','*','20px')); $this->memberList->setDefaultSortColumn(1); @@ -1187,7 +1187,7 @@ class group extends plugin $this->commonList->setEditable(false); $this->commonList->setWidth("100%"); $this->commonList->setHeight("120px"); - $this->commonList->setHeader(array('~',_("Given name"),_("Surename"),_("UID"))); + $this->commonList->setHeader(array('~',_("Given name"),_("Surname"),_("UID"))); $this->commonList->setColspecs(array('20px','*','*','*','20px')); $this->commonList->setDefaultSortColumn(1); @@ -1197,7 +1197,7 @@ class group extends plugin $this->partialList->setEditable(false); $this->partialList->setWidth("100%"); $this->partialList->setHeight("120px"); - $this->partialList->setHeader(array('~',_("Given name"),_("Surename"),_("UID"))); + $this->partialList->setHeader(array('~',_("Given name"),_("Surname"),_("UID"))); $this->partialList->setColspecs(array('20px','*','*','*','20px')); $this->partialList->setDefaultSortColumn(1); }