Code

Updated translation
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 7 Mar 2008 09:39:48 +0000 (09:39 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 7 Mar 2008 09:39:48 +0000 (09:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9415 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc

index e7fc70443e863d9301c933d3109deb4897c12fe0..806b1a79887ac1201b4ec2a605b28b4876d52c51 100644 (file)
@@ -114,7 +114,7 @@ class DaemonEvent
     $this->time_select_used = FALSE;
     $this->target_list_used = FALSE;
 
-    $str = "<h2>"._("This event has no template.")."</h2>";
+    $str = "<h2>"._("This job has no template.")."</h2>";
     $str.= "<p class='seperator'></p>";
     $str.= "<div style='text-align:right;width:100%;padding:3px;'>
       <input type='submit' name='abort_event_dialog' value='"._("Cancel")."'>
@@ -130,7 +130,7 @@ class DaemonEvent
     if($this->target_add_list_used){
       return("");
     }
-    $str = "<h2>"._("Daemon event")."&nbsp;-&nbsp;".$this->s_Event_Name."</h2>";
+    $str = "<h2>".sprintf(_("Create '%s' job"),$this->s_Event_Name)."</h2>";
     return($str);
   }