From 1c9e9e8f3f0f0bd1b1464993df5a00e0392c7cd2 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Thu, 4 Oct 2012 15:30:36 +0000 Subject: [PATCH] // Small fixed git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17768 b9a71923-0436-4b27-9f14-aed3839534dd --- .../default/template/controllers/import/helpers/form/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl index e84e29189..9089c848e 100644 --- a/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl @@ -58,7 +58,7 @@ } else { - jAlert('{l s='You do not have permission to delete here. When the multi-store is enable, only a SuperAdmin can delete all items before import.' js=1}'); + jAlert('{l s='You do not have permission to delete here. When the multi-store is enable, only a SuperAdmin can delete all items before import.'}'); return false; } }