[Darlan] Fix typo
This commit is contained in:
parent
3694c8682a
commit
11442f8153
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class FeaturesWindow:
|
||||||
|
|
||||||
# {name: (available_function, unix_text, windows_text)}
|
# {name: (available_function, unix_text, windows_text)}
|
||||||
self.features = {
|
self.features = {
|
||||||
_('SSL certificat validation'): (self.pyopenssl_available,
|
_('SSL certificate validation'): (self.pyopenssl_available,
|
||||||
_('A library used to validate server certificates to ensure a secure connection.'),
|
_('A library used to validate server certificates to ensure a secure connection.'),
|
||||||
_('Requires python-pyopenssl.'),
|
_('Requires python-pyopenssl.'),
|
||||||
_('Requires python-pyopenssl.')),
|
_('Requires python-pyopenssl.')),
|
||||||
|
|
Loading…
Add table
Reference in a new issue