summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/ethernet.pm
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-08-17 15:45:42 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-08-17 15:45:42 +0000
commit9e328d461cb49d61ecb3b2536f1888335023033d (patch)
tree421c6a12da606f9455f1a224eed9a65b9ffbe12e /lib/network/connection/ethernet.pm
parent7ec99532b5e53abf5767fc58c2ed117666855770 (diff)
downloaddrakx-net-9e328d461cb49d61ecb3b2536f1888335023033d.tar
drakx-net-9e328d461cb49d61ecb3b2536f1888335023033d.tar.gz
drakx-net-9e328d461cb49d61ecb3b2536f1888335023033d.tar.bz2
drakx-net-9e328d461cb49d61ecb3b2536f1888335023033d.tar.xz
drakx-net-9e328d461cb49d61ecb3b2536f1888335023033d.zip
English fixes.
Diffstat (limited to 'lib/network/connection/ethernet.pm')
-rw-r--r--lib/network/connection/ethernet.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/network/connection/ethernet.pm b/lib/network/connection/ethernet.pm
index 6d4d25b..61e5ca6 100644
--- a/lib/network/connection/ethernet.pm
+++ b/lib/network/connection/ethernet.pm
@@ -189,7 +189,7 @@ sub check_address_settings {
# find out what connection we are conflicting with
my $conflict_device = $conflict->{DEVICE};
- $self->{address}{error}{message} = N("%s is already used by connection that starts on boot (%s). To use this address with this connection, first disable all other devices which use it, or configure them not to start on boot", $self->{address}{ip_address}, $conflict_device);
+ $self->{address}{error}{message} = N("%s is already used by a connection that starts on boot (%s). To use this address with this connection, first disable all other devices which use it, or configure them not to start at boot", $self->{address}{ip_address}, $conflict_device);
$self->{address}{error}{field} = \$self->{address}{ip_address};
return 0;
}
@@ -220,7 +220,7 @@ sub get_hostname_settings {
help => N("This will allow the server to attribute a name for this machine. If the server does not provides a valid host name, it will be generated automatically.")},
),
{ label => N("Host name"), val => \$self->{address}{hostname}, disabled => $auto_hostname,
- help => N("You should define the hostname of this machine, which will identify this PC. Note that this hostname will be shared among all network connections. If left blank, 'localhost.localdomain' will be used.")},
+ help => N("You should define a hostname for this machine, which will identify this PC. Note that this hostname will be shared among all network connections. If left blank, 'localhost.localdomain' will be used.")},
];
}