[Pkg-owncloud-commits] [owncloud] 151/457: Make string 'SFTP with secret key login' translatable
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:05:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit cdbf472c4d9646f00623fb120e9bde6087831b20
Author: Martin <martin.mattel at diemattels.at>
Date: Wed May 27 15:38:05 2015 +0200
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 8fa0d0b..cc64e29 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'),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list