From 366ade4030d8d18065167dfbce727ec6f89b49ec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 14 Nov 2017 19:42:34 +0100 Subject: [PATCH] Code comment --- htdocs/install/repair.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/repair.php b/htdocs/install/repair.php index a93081cd5b2..27885d72be1 100644 --- a/htdocs/install/repair.php +++ b/htdocs/install/repair.php @@ -918,7 +918,7 @@ if ($ok && GETPOST('force_disable_of_modules_not_found','alpha')) // clean_linked_elements: Check and clean linked elements if ($ok && GETPOST('force_utf8_on_tables','alpha')) { - print '
*** Force page code and collation of tables into utf8 (for mysql/mariadb only)'; + print '
*** Force page code and collation of tables into utf8/utf8_unicode_ci (for mysql/mariadb only)'; if ($db->type == "mysql") {