summaryrefslogtreecommitdiffstats
path: root/lib/network/connection
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection')
-rw-r--r--lib/network/connection/ethernet.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/ethernet.pm b/lib/network/connection/ethernet.pm
index 7f0d65c..fb2ab90 100644
--- a/lib/network/connection/ethernet.pm
+++ b/lib/network/connection/ethernet.pm
@@ -207,7 +207,7 @@ sub get_hostname_settings {
my $auto_hostname = sub { $self->{protocol} eq 'dhcp' && $self->{address}{needhostname} };
[
if_($self->{protocol} eq 'dhcp',
- { text => N("Assign host name from DHCP address"), val => \$self->{address}{needhostname}, type => "bool" },
+ { text => N("Assign host name from DHCP server (or generate a unique one)"), val => \$self->{address}{needhostname}, type => "bool" },
),
{ label => N("Host name"), val => \$self->{address}{hostname}, disabled => $auto_hostname },
];