Code

Fixed spelling, thanks to bcooksley
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Oct 2010 09:59:06 +0000 (09:59 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Oct 2010 09:59:06 +0000 (09:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20152 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/groups/class_group.inc

index 6fb72ccb3bd870434973dda8e55e76fd20a4ac8b..9462e6556bb1100f8b869671392eb62fdb0a38c7 100644 (file)
@@ -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);
     }