From 33d035139fbeb4719dca98411a5b216460fe54f0 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 20 Dec 2018 10:17:52 +0100 Subject: [PATCH] fix typo and add translation --- htdocs/modulebuilder/template/class/myobject.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php index 6029fc7d3f9..cce57d95ac1 100644 --- a/htdocs/modulebuilder/template/class/myobject.class.php +++ b/htdocs/modulebuilder/template/class/myobject.class.php @@ -224,7 +224,7 @@ class MyObject extends CommonObject } /** - * Clone and object into another one + * Clone an object into another one * * @param User $user User that creates * @param int $fromid Id of object to clone @@ -557,9 +557,9 @@ class MyObject extends CommonObject } /** - * Charge les informations d'ordre info dans l'objet commande + * Load the info information in the object * - * @param int $id Id of order + * @param int $id Id of object * @return void */ public function info($id) @@ -623,7 +623,7 @@ class MyObject extends CommonObject /** * Action executed by scheduler - * CAN BE A CRON TASK. In such a case, paramerts come from the schedule job setup field 'Parameters' + * CAN BE A CRON TASK. In such a case, parameters come from the schedule job setup field 'Parameters' * * @return int 0 if OK, <>0 if KO (this function is used also by cron so only 0 is OK) */