Skip to content

Commit

Permalink
LdapResourceForm: Translate "None" with a context as it's ambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Mar 13, 2015
1 parent 99610bc commit a3f2d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/forms/Config/Resource/LdapResourceForm.php
Expand Up @@ -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'
)
Expand Down

0 comments on commit a3f2d7d

Please sign in to comment.