PHRAS-223 #time 6h

This commit is contained in:
Jean-Yves Gaulier
2015-01-28 18:44:18 +01:00
committed by Benoît Burnichon
parent a75b528e80
commit a953888084

View File

@@ -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 */