// typo fix

This commit is contained in:
Rémi Gaillard
2013-03-12 11:03:30 +01:00
parent fc6c4067a7
commit 55d6b1ac08
+1 -1
View File
@@ -449,7 +449,7 @@ class AdminMetaControllerCore extends AdminController
$rule = Tools::getValue('PS_ROUTE_'.$route_id);
if (!Validate::isRoutePattern($rule))
$this->errors[] = sprintf('The route %s is not valide', htmlspecialchars($rule));
$this->errors[] = sprintf('The route %s is not valid', htmlspecialchars($rule));
else
{
if (!$rule || $rule == $default_routes[$route_id]['rule'])