LdapResourceForm: Translate "None" with a context as it's ambiguous
This commit is contained in:
parent
99610bc1bd
commit
a3f2d7de7e
|
@ -70,7 +70,7 @@ class LdapResourceForm extends Form
|
|||
. ' none for unencrypted communication'
|
||||
),
|
||||
'multiOptions' => array(
|
||||
'none' => $this->translate('None'),
|
||||
'none' => $this->translate('None', 'resource.ldap.encryption'),
|
||||
Connection::STARTTLS => 'STARTTLS',
|
||||
Connection::LDAPS => 'LDAPS'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue