From 77b6ef7396d8899addeb7727524ca0950175d224 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 14 Nov 2017 19:41:57 +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 8313f920394..d6a13f0813f 100644 --- a/htdocs/install/repair.php +++ b/htdocs/install/repair.php @@ -895,7 +895,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 with utf8 (for mysql/mariadb only)'; + print '
*** Force page code and collation with utf8/utf8_unicode_ci (for mysql/mariadb only)'; if ($db->type == "mysql" || $db->type == "mysqli") {