From cf9fa6257c090f6d44bf21e9d40bafd1887778fa Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Thu, 24 Apr 2014 13:56:43 +0200 Subject: [PATCH] Fixed typo --- setup/insert.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/insert.sql b/setup/insert.sql index cb086e650..f7c5a2db8 100644 --- a/setup/insert.sql +++ b/setup/insert.sql @@ -1334,7 +1334,7 @@ INSERT INTO resource_i18n (`id`, `locale`, `title`) VALUES (25, 'en_US', 'Configuration / Cache'), (25, 'fr_FR', 'Configuration / Cache'), (26, 'en_US', 'Back-office home page'), -(26, 'fr_FR', 'Page d''acceuil de l''administration') +(26, 'fr_FR', 'Page d''acceuil de l''administration'), (27, 'en_US', 'Store information configuration'), (27, 'fr_FR', 'Informations sur la boutique'), (28, 'en_US', 'Configuration variables'),