LdapResourceForm: Translate "None" with a context as it's ambiguous

This commit is contained in:
Johannes Meyer 2015-03-13 08:53:08 +01:00
parent 99610bc1bd
commit a3f2d7de7e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class LdapResourceForm extends Form
. ' none for unencrypted communication' . ' none for unencrypted communication'
), ),
'multiOptions' => array( 'multiOptions' => array(
'none' => $this->translate('None'), 'none' => $this->translate('None', 'resource.ldap.encryption'),
Connection::STARTTLS => 'STARTTLS', Connection::STARTTLS => 'STARTTLS',
Connection::LDAPS => 'LDAPS' Connection::LDAPS => 'LDAPS'
) )