From cdbf472c4d9646f00623fb120e9bde6087831b20 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 27 May 2015 15:38:05 +0200 Subject: [PATCH] Make string 'SFTP with secret key login' translatable --- apps/files_external/appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index 8fa0d0b522..cc64e298b9 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -227,7 +227,7 @@ OC_Mount_Config::registerBackend('\OC\Files\Storage\SFTP', [ ]); OC_Mount_Config::registerBackend('\OC\Files\Storage\SFTP_Key', [ - 'backend' => 'SFTP with secret key login', + 'backend' => (string)$l->t('SFTP with secret key login'), 'priority' => 100, 'configuration' => array( 'host' => (string)$l->t('Host'),