From: cajus Date: Mon, 3 Mar 2008 17:14:28 +0000 (+0000) Subject: Updated text X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f2ee220642246ca102bb27301a39dcc05b8ce306;p=gosa.git Updated text git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9269 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 81cf12228..a1528b579 100644 --- a/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc +++ b/gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_notify.inc @@ -4,8 +4,8 @@ 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";