From 2ce1c79653567754e99679219ffb75c4c48876c1 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 30 Apr 2014 14:25:17 +0200 Subject: [PATCH] change image translation domain --- core/lib/Thelia/Controller/Admin/FileController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Controller/Admin/FileController.php b/core/lib/Thelia/Controller/Admin/FileController.php index 702e55548..8494d833a 100644 --- a/core/lib/Thelia/Controller/Admin/FileController.php +++ b/core/lib/Thelia/Controller/Admin/FileController.php @@ -78,7 +78,7 @@ class FileController extends BaseAdminController ->trans( 'File is too heavy, please retry with a file having a size less than %size%.', array('%size%' => ini_get('upload_max_filesize')), - 'image' + 'core' ); return new ResponseRest($message, 'text', 403);