diff --git a/htdocs/categories/traduction.php b/htdocs/categories/traduction.php
index 0a0ecb45122..a6dadeb0e1c 100644
--- a/htdocs/categories/traduction.php
+++ b/htdocs/categories/traduction.php
@@ -263,17 +263,10 @@ if ($action == 'add' && ($user->rights->produit->creer || $user->rights->service
print '';
print '
| '.$langs->trans('Label').' | |
';
print '| '.$langs->trans('Description').' | ';
-
$doleditor = new DolEditor('desc', '', '', 160, 'dolibarr_notes', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, 3, 80);
$doleditor->Create();
-
print ' |
';
- print '| '.$langs->trans('Note').' | ';
- $doleditor = new DolEditor('note', '', '', 160, 'dolibarr_notes', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, 3, 80);
- $doleditor->Create();
-
- print ' |
';
print '';
print '';