// Missing translation in AdminWarehousesController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13297 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-02-14 10:40:08 +00:00
parent 8170309cfa
commit a2f5ef3084
2 changed files with 64 additions and 63 deletions
@@ -275,7 +275,7 @@ class AdminWarehousesControllerCore extends AdminController
'type' => 'shop',
'label' => $this->l('Shops:'),
'name' => 'checkBoxShopAsso',
'desc' => 'Associated shops',
'desc' => $this->l('Associated shops'),
'values' => Shop::getTree()
);
}