Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / class_gosaLogServer.inc
index 880d90fc6d03d1fb1fd1feb03ec9e726b41e3792..2e7c052b405ed047009c421d44b73ad47860855a 100644 (file)
@@ -24,7 +24,7 @@ class gosaLogServer extends goService{
   function gosaLogServer(&$config,$dn)
   {
     goService::goService($config,$dn);
-    $this->DisplayName = _("GOsa logging service");
+    $this->DisplayName = _("GOsa MySQL logging service");
   }
 
 
@@ -52,7 +52,7 @@ class gosaLogServer extends goService{
   function getListEntry()
   {
     $fields = goService::getListEntry();
-    $fields['Message']      = _("GOsa logging service");
+    $fields['Message']      = _("GOsa MySQL logging service");
     $fields['AllowEdit']    = true;
     $fields['AllowStart']   = FALSE;
     $fields['AllowStop']    = FALSE;