summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-14 01:39:05 +0000
committerBill Marquette <billm@pfsense.org>2005-04-14 01:39:05 +0000
commit629dd875f66411c15fbaefd59fc63f8ffa21f648 (patch)
tree8c5334a887c508b36bfdf8821e3115a9b28a417a /usr/local
parente0f42f275dc3aa64891457926eca882ff195d72f (diff)
downloadpfsense-629dd875f66411c15fbaefd59fc63f8ffa21f648.zip
pfsense-629dd875f66411c15fbaefd59fc63f8ffa21f648.tar.gz
Clean up error text to be same as other port range errors
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index ec34308..c1ec827 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -99,7 +99,7 @@ if ($_POST) {
if (!$input_errors) {
if (($_POST['endport'] - $_POST['beginport'] + $_POST['localbeginport']) > 65535)
- $input_errors[] = "The target port range must lie between 1 and 65535.";
+ $input_errors[] = "The target port range must be an integer between 1 and 65535.";
}
/* check for overlaps */
OpenPOWER on IntegriCloud