From 33af55a8f7601f98fe2882808e4a714d81fae32a Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Fri, 6 Jan 2012 10:08:16 +0000 Subject: [PATCH] // fix translation --- admin-dev/themes/default/template/products/pack.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/products/pack.tpl b/admin-dev/themes/default/template/products/pack.tpl index 61b9433bd..5fd256d60 100644 --- a/admin-dev/themes/default/template/products/pack.tpl +++ b/admin-dev/themes/default/template/products/pack.tpl @@ -168,7 +168,7 @@ if ($("#inputPackItems").val() == "") { disableSave(); - $(".leadin").append('
{l s='Pack is empty. Please at at least one product in the pack tab.'}
'); + $(".leadin").append('
{l s='Pack is empty. You need to add at least one product to the pack before you can save it.'}
'); } else enableSave();