comment method in english

This commit is contained in:
Florian HENRY 2014-06-17 12:21:34 +02:00
parent c4912c5e25
commit 4b78c8e11a

View File

@ -860,7 +860,7 @@ class Product extends CommonObject
} }
/** /**
* Update ou cree les traductions des infos produits * Update or create transltation for product
* *
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK
*/ */
@ -938,7 +938,7 @@ class Product extends CommonObject
} }
/** /**
* Update ou cree les traductions des infos produits * Delete Translation
* *
* @param $langstodelete string code langue to delete * @param $langstodelete string code langue to delete
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK