diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-08-17 17:17:52 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-08-17 17:17:52 +0000 |
commit | 5da801de0c900c52ca7f42698b25989bbb1ba5fd (patch) | |
tree | ba35a26eef12dc31309cddca5670b5dceff2432f /lib/network | |
parent | 1ba9be9b3439cd4f3d5809e482ed9f9dbdf23a47 (diff) | |
download | drakx-net-5da801de0c900c52ca7f42698b25989bbb1ba5fd.tar drakx-net-5da801de0c900c52ca7f42698b25989bbb1ba5fd.tar.gz drakx-net-5da801de0c900c52ca7f42698b25989bbb1ba5fd.tar.bz2 drakx-net-5da801de0c900c52ca7f42698b25989bbb1ba5fd.tar.xz drakx-net-5da801de0c900c52ca7f42698b25989bbb1ba5fd.zip |
Spelling fix.
Diffstat (limited to 'lib/network')
-rw-r--r-- | lib/network/connection.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection.pm b/lib/network/connection.pm index 4a70779..09039df 100644 --- a/lib/network/connection.pm +++ b/lib/network/connection.pm @@ -242,7 +242,7 @@ sub get_control_settings { [ { text => N("Allow users to manage the connection"), val => \$self->{control}{userctl}, type => "bool" }, { text => N("Start the connection at boot"), val => \$self->{control}{onboot}, type => "bool" }, - { text => N("Account network traffic"), val => \$self->{control}{accounting}, type => "bool" }, + { text => N("Enable traffic accounting"), val => \$self->{control}{accounting}, type => "bool" }, { label => N("Metric"), val => \$self->{control}{metric}, advanced => 1 }, { label => N("MTU"), val => \$self->{control}{mtu}, advanced => 1, help => N("Maximum size of network message (MTU). If unsure, left blank.") }, |