Code

Updated strings
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Mar 2008 07:12:06 +0000 (07:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Mar 2008 07:12:06 +0000 (07:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9631 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 3381810235f1af2612bc4859861b4ac77a2a1f0f..c852cfafb88d29c7636c74dd65712410e725bf3d 100644 (file)
@@ -117,7 +117,7 @@ class DaemonEvent
     $str = "<h2>"._("This job has no template.")."</h2>";
     $str.= "<p class='seperator'></p>";
     $str.= "<div style='text-align:right;width:100%;padding:3px;'>
     $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")."'>
+      <input type='submit' name='abort_event_dialog' value='".msgPool::cancelButton()."'>
       </div>";
     return($str);
   }
       </div>";
     return($str);
   }
@@ -145,8 +145,8 @@ class DaemonEvent
     }
     $str = "<p class='seperator'></p>";
     $str.= "<div style='text-align:right;width:99%;padding:5px;'>
     }
     $str = "<p class='seperator'></p>";
     $str.= "<div style='text-align:right;width:99%;padding:5px;'>
-      <input type='submit' name='save_event_dialog' value='"._("Save")."'>&nbsp;
-    <input type='submit' name='abort_event_dialog' value='"._("Cancel")."'>
+      <input type='submit' name='save_event_dialog' value='".msgPool::saveButton()."'>&nbsp;
+    <input type='submit' name='abort_event_dialog' value='".msgPool::cancelButton()."'>
       </div>";
     return($str);
   }
       </div>";
     return($str);
   }