From 6c4aa26608b5c6690d0847cd2e41cecb9bf2dedd Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 26 Nov 2020 12:00:54 +0100 Subject: [PATCH] =?UTF-8?q?Libell=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/translate/translate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/translate/translate.php b/core/module/translate/translate.php index 42172433..4b37404f 100755 --- a/core/module/translate/translate.php +++ b/core/module/translate/translate.php @@ -22,8 +22,8 @@ class translate extends common { public static $typeTranslate = [ 'none' => 'Masqué', - 'script' => 'Automatique', - 'site' => 'Rédigée' + 'script' => 'Traduction automatique', + 'site' => 'Traduction rédigée' ]; /**