From 5fab6394efd88dc8f6ec4ecdf69b87493db7fac3 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Fri, 5 Apr 2013 09:55:05 +0200 Subject: [PATCH] // Added SEO warning for accented chars in URL --- controllers/admin/AdminMetaController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminMetaController.php b/controllers/admin/AdminMetaController.php index a268098ff..6a08f8bc7 100644 --- a/controllers/admin/AdminMetaController.php +++ b/controllers/admin/AdminMetaController.php @@ -66,7 +66,7 @@ class AdminMetaControllerCore extends AdminController ), 'PS_ALLOW_ACCENTED_CHARS_URL' => array( 'title' => $this->l('Accented URL'), - 'desc' => $this->l('Enable if you want to allow accented characters in your friendly URLs.'), + 'desc' => $this->l('Enable if you want to allow accented characters in your friendly URLs.').' '.$this->l('You should only activate this option if you are using non-latin characters ; for all the latin charsets, your SEO will be better without this option.'), 'validation' => 'isBool', 'cast' => 'intval', 'type' => 'bool'