[*] TR : update English translations key for Modules

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16370 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-07-12 10:08:13 +00:00
parent 75cbe6f6ec
commit a594a9a21d
115 changed files with 143 additions and 2180 deletions
@@ -550,7 +550,7 @@ class ThemeInstallator extends Module
if (Validate::isLoadedObject($obj))
{
if ($flag++ == 0)
$msg .= '<b>'.$this->l('The following modules have been unhook:').'</b><br />';
$msg .= '<b>'.$this->l('The following modules have been unhooked:').'</b><br />';
// Delete all native module which are in the front office feature category and in selected shops
$sql = 'DELETE FROM `'._DB_PREFIX_.'module_shop` WHERE `id_module` = '.pSQL($obj->id).' AND `id_shop` = '.(int)$id_shop;