summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 90a451541..9216891c2 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -1054,7 +1054,7 @@ notation (for example, 1.2.3.4).")),
return 1, 0;
}
if (!is_ip($ethntf->{NETMASK})) {
- $in->ask_warn(N("Error"), N("Netmask address should be in format 255.255.224.0"));
+ $in->ask_warn(N("Error"), N("Netmask should be in format 255.255.224.0"));
return 1, 1;
}
if (is_ip_forbidden($ethntf->{IPADDR})) {