diff --git a/htdocs/categories/traduction.php b/htdocs/categories/traduction.php
index f2abadb62ae..3c9c7eb64e4 100644
--- a/htdocs/categories/traduction.php
+++ b/htdocs/categories/traduction.php
@@ -347,7 +347,7 @@ if ($action == 'add' && ($user->rights->produit->creer || $user->rights->service
print '
| '.$langs->trans('Description').' | ';
- $doleditor = new DolEditor('desc', GETPOST('desc'), '', 160, 'dolibarr_notes', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, ROWS_3, '90%');
+ $doleditor = new DolEditor('desc', GETPOST('desc', 'none'), '', 160, 'dolibarr_notes', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, ROWS_3, '90%');
$doleditor->Create();
print ' |
';