From 5c2e68737906bbb5716bd65d6d35839821d4f330 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 13 Oct 2014 11:09:15 -0500 Subject: Make sentence more accurate as pointed out by phil-davis --- usr/local/www/interfaces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/interfaces.php') diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 0f39eda..3a30328 100644 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -719,7 +719,7 @@ if ($_POST['apply']) { } if ($_POST['mtu'] < $min_mtu || $_POST['mtu'] > $max_mtu) - $input_errors[] = sprintf(gettext("The MTU must be greater than %d bytes and less than %d."), $min_mtu, $max_mtu); + $input_errors[] = sprintf(gettext("The MTU must be from %d to %d bytes."), $min_mtu, $max_mtu); unset($min_mtu, $max_mtu); -- cgit v1.1