// fix translation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12229 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-06 10:08:16 +00:00
parent 499f1816a3
commit 7c21057dc9
@@ -168,7 +168,7 @@
if ($("#inputPackItems").val() == "")
{
disableSave();
$(".leadin").append('<div id="disablePackMessage" class="warn">{l s='Pack is empty. Please at at least one product in the pack tab.'}</div>');
$(".leadin").append('<div id="disablePackMessage" class="warn">{l s='Pack is empty. You need to add at least one product to the pack before you can save it.'}</div>');
}
else
enableSave();