summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-29 01:44:39 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-29 01:44:39 +0000
commit4cf1532fbf6f931525d38a633813ec1d15673bfa (patch)
tree5ba924e32f33c9d01bbc81998e1c98a35b61375a /lib
parentfaf0140c7edab69fc57417d578158d5a50f86922 (diff)
downloaddrakx-net-4cf1532fbf6f931525d38a633813ec1d15673bfa.tar
drakx-net-4cf1532fbf6f931525d38a633813ec1d15673bfa.tar.gz
drakx-net-4cf1532fbf6f931525d38a633813ec1d15673bfa.tar.bz2
drakx-net-4cf1532fbf6f931525d38a633813ec1d15673bfa.tar.xz
drakx-net-4cf1532fbf6f931525d38a633813ec1d15673bfa.zip
style
Diffstat (limited to 'lib')
-rw-r--r--lib/network/connection/wireless.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index 893de2d..26b9622 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -396,7 +396,7 @@ automatically PEAP and TTLS modes.
the username and password values specified here.") },
{ label => N("EAP client certificate"), val => \$self->{access}{network}{eap_client_cert},
disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' },
-help => N("The complete path and filename of client certificate. This is
+ help => N("The complete path and filename of client certificate. This is
only used for EAP certificate based authentication. It could be
considered as the alternative to username/password combo.
Note: other related settings are shown on the Advanced page.") },
@@ -452,8 +452,8 @@ a fallback to WPA version 1") },
list => [ N_("Auto Detect"), N_("PEAP"), N_("TTLS"), N_("TLS"), N_("MSCHAPV2"), N_("MD5"), N_("OTP"), N_("GTC"), N_("LEAP") , N_("PEAP TTLS"), N_("TTLS TLS") ],
sort => 1, format => \&translate, advanced => 1, },
{ label => N("EAP key_mgmt"), val => \$self->{access}{network}{eap_key_mgmt}, advanced => 1,
- disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' }, help =>
-N("list of accepted authenticated key management protocols.
+ disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' },
+ help => N("list of accepted authenticated key management protocols.
possible values are WPA-EAP, IEEE8021X, NONE") },
{ label => N("EAP outer identity"), val => \$self->{access}{network}{eap_anonymous_identity}, advanced => 1,
disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' },