From 5da801de0c900c52ca7f42698b25989bbb1ba5fd Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 17 Aug 2009 17:17:52 +0000 Subject: Spelling fix. --- lib/network/connection.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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.") }, -- cgit v1.2.1