Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 28 Feb 2008 17:31:35 +0000 (17:31 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 28 Feb 2008 17:31:35 +0000 (17:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9196 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/gotomasses/class_gotomasses.inc

index 9526bd57b31ced2e29e3d9eff80bc85a981e9968..5ac236d78553aa97ecaaca8e9aaee26e02c8a170 100644 (file)
@@ -257,8 +257,8 @@ class gotomasses extends plugin
      ************/
 
     $divlist = new MultiSelectWindow($this->config,"gotoMasses",array("gotomasses"));
-    $divlist->SetInformation(_("This menu allows you to remove and change the properties of GOsa deamon tasks."));
-    $divlist->SetSummary(_("List of queued deamon jobs"));
+    $divlist->SetInformation(_("This menu allows you to remove and change the properties of GOsa tasks."));
+    $divlist->SetSummary(_("List of queued jobs"));
     $divlist->EnableCloseButton(FALSE);
     $divlist->EnableSaveButton(FALSE);
     $divlist->SetHeadpageMode();