Make string 'SFTP with secret key login' translatable

This commit is contained in:
Martin 2015-05-27 15:38:05 +02:00
parent 3de945d13d
commit cdbf472c4d

View file

@ -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'),