summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 24e9101)
raw | patch | inline | side by side (parent: 24e9101)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Mar 2008 09:39:48 +0000 (09:39 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc
index e7fc70443e863d9301c933d3109deb4897c12fe0..806b1a79887ac1201b4ec2a605b28b4876d52c51 100644 (file)
$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")."'>
if($this->target_add_list_used){
return("");
}
- $str = "<h2>"._("Daemon event")." - ".$this->s_Event_Name."</h2>";
+ $str = "<h2>".sprintf(_("Create '%s' job"),$this->s_Event_Name)."</h2>";
return($str);
}