//Changed English strings using the translationsenglish module.

This commit is contained in:
djfm
2013-01-04 16:58:58 +01:00
parent 507309ddf5
commit 385c593129
319 changed files with 5991 additions and 5991 deletions
@@ -92,7 +92,7 @@ class AdminProfilesControllerCore extends AdminController
/* PrestaShop demo mode*/
if (isset($_GET['delete'.$this->table]) && $_GET[$this->identifier] == (int)(_PS_ADMIN_PROFILE_))
$this->errors[] = $this->l('For security reasons, you cannot delete the Administrator profile');
$this->errors[] = $this->l('For security reasons, you cannot delete the Administrator\'s profile.');
else
parent::postProcess();
}