// Translations

This commit is contained in:
dMetzger
2012-05-22 09:20:26 +00:00
parent bc6fcc11b5
commit f5f9a96bf7
5 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ class AdminHomeControllerCore extends AdminController
else
{
$result['result'] = 'error';
$result['msg'] = $this->l('an error occured');
$result['msg'] = $this->l('an error occurred');
}
$this->content = Tools::jsonEncode($result);