From a3f2d7de7e054088fdff17002e35bf86e41b4dad Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 13 Mar 2015 08:53:08 +0100 Subject: [PATCH] LdapResourceForm: Translate "None" with a context as it's ambiguous --- application/forms/Config/Resource/LdapResourceForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/Config/Resource/LdapResourceForm.php b/application/forms/Config/Resource/LdapResourceForm.php index 13ffcf580c..07808b465b 100644 --- a/application/forms/Config/Resource/LdapResourceForm.php +++ b/application/forms/Config/Resource/LdapResourceForm.php @@ -70,7 +70,7 @@ public function createElements(array $formData) . ' none for unencrypted communication' ), 'multiOptions' => array( - 'none' => $this->translate('None'), + 'none' => $this->translate('None', 'resource.ldap.encryption'), Connection::STARTTLS => 'STARTTLS', Connection::LDAPS => 'LDAPS' )