From a9538880844cb1f6ecded121b233d1794b87aaed Mon Sep 17 00:00:00 2001 From: Jean-Yves Gaulier Date: Wed, 28 Jan 2015 18:44:18 +0100 Subject: [PATCH] PHRAS-223 #time 6h --- lib/Alchemy/Phrasea/Controller/Prod/ExportController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Controller/Prod/ExportController.php b/lib/Alchemy/Phrasea/Controller/Prod/ExportController.php index 5cc7219af0..655e544706 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/ExportController.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/ExportController.php @@ -68,7 +68,7 @@ class ExportController extends Controller } $success = false; - $msg = _('Error while connecting to FTP'); + $msg = $this->app->trans('Error while connecting to FTP'); try { /** @var \ftpclient $ftpClient */