[-] TR : fix #PSCFV-3200

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16544 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-07-24 09:34:52 +00:00
parent 7e2e5caf20
commit 6a8af608ed
4 changed files with 12 additions and 14 deletions
@@ -2219,7 +2219,7 @@ class AdminProductsControllerCore extends AdminController
if ($this->display == 'edit' && Shop::isFeatureActive() && Shop::getContext() == Shop::CONTEXT_SHOP && !$product->isAssociatedToShop($this->context->shop->id))
{
$this->displayWarning($this->l('Warning: this product does not exist in this shop. If you submit the form, this product will be available for this shop too.'));
$this->displayWarning($this->l('Warning: this product does not exist in this shop.'));
return;
}