From 8948d964811dc08bb4a065597d3ec1116f279b0b Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 4 Mar 2008 08:17:03 +0000 Subject: [PATCH] Renamed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9286 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../addons/gotomasses/events/class_DaemonEvent_notify.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc index 73174bf20..55215ee1f 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc @@ -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"); } -- 2.30.2