From: cajus Date: Tue, 4 Mar 2008 10:25:27 +0000 (+0000) Subject: Could not -> Cannot X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=45ced3035f5f2afba618fa8069a10ee7fa9f251e;p=gosa.git Could not -> Cannot git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9304 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/goto/class_gotomasses.inc b/gosa-plugins/goto/addons/goto/class_gotomasses.inc index e1556f54b..13c563bb3 100644 --- a/gosa-plugins/goto/addons/goto/class_gotomasses.inc +++ b/gosa-plugins/goto/addons/goto/class_gotomasses.inc @@ -513,7 +513,7 @@ class gotomasses extends plugin */ if(count($update_ids)){ if(!$this->o_queue->update_entries($update_ids,$data)){ - msg_dialog::display(_("Error"), sprintf(_("Could not update queue entry: %s"),$id) , ERROR_DIALOG); + msg_dialog::display(_("Error"), sprintf(_("Cannot update queue entry: %s"),$id) , ERROR_DIALOG); return(FALSE); } } @@ -549,7 +549,7 @@ class gotomasses extends plugin */ if(count($update_ids)){ if(!$this->o_queue->update_entries($update_ids,$data)){ - msg_dialog::display(_("Error"), sprintf(_("Could not update queue entries.")) , ERROR_DIALOG); + msg_dialog::display(_("Error"), sprintf(_("Cannot update queue entries.")) , ERROR_DIALOG); return(FALSE); } } @@ -590,7 +590,7 @@ class gotomasses extends plugin $tmp = new DaemonEvent_faireboot($this->config); $tmp->add_targets($update_ids); if(!$this->o_queue->append($tmp)){ - msg_dialog::display(_("Error"), sprintf(_("Could not update queue entry: %s"),$id) , ERROR_DIALOG); + msg_dialog::display(_("Error"), sprintf(_("Cannot update queue entry: %s"),$id) , ERROR_DIALOG); return(FALSE); } }else{ @@ -630,7 +630,7 @@ class gotomasses extends plugin */ if(count($update_ids)){ if(!$this->o_queue->update_entries($update_ids,$data)){ - msg_dialog::display(_("Error"), sprintf(_("Could not update queue entry: %s"),$id) , ERROR_DIALOG); + msg_dialog::display(_("Error"), sprintf(_("Cannot update queue entry: %s"),$id) , ERROR_DIALOG); return(FALSE); } }