Code

Renamed
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Mar 2008 08:17:03 +0000 (08:17 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 Mar 2008 08:17:03 +0000 (08:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9286 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc

index 73174bf20b34ea3377ed9a90427d443ef1ba1dba..55215ee1fff67a9afbf838230878f5ccf995ba43 100644 (file)
@@ -4,13 +4,13 @@ class DaemonEvent_notify extends DaemonEvent
   public function __construct($config,$data = array())
   {
     DaemonEvent::__construct($config,$data);
-    $this->s_Menu_Name  = _("Notify");
-    $this->s_Event_Name = _("Notify");
+    $this->s_Menu_Name  = _("Send message");
+    $this->s_Event_Name = _("Send message");
     $this->s_Schedule_Action = "job_trigger_action_notify";
     $this->s_Trigger_Action= "job_trigger_action_notify";
     $this->s_Queued_Action= "trigger_action_notify";
-    $this->s_Menu_Image = "images/status_stopped.png";
-    $this->s_List_Image = "images/status_stopped.png";
+    $this->s_Menu_Image = "images/mailto.png";
+    $this->s_List_Image = "images/mailto.png";
 
     $this->a_targets = array("GOsa");
   }