summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-30 02:29:07 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-30 02:29:07 -0700
commit4541552f19a50950bf9c08de673751a5ded91e84 (patch)
treea4e9c87481acaabe7e45ebdf548df7cb86ad8795 /src/usr/local/www/firewall_aliases_edit.php
parent381ad9f3de54aa9bd106ed444805aaa75f9c4a53 (diff)
downloadpfsense-4541552f19a50950bf9c08de673751a5ded91e84.zip
pfsense-4541552f19a50950bf9c08de673751a5ded91e84.tar.gz
Remove "we" personalizations.
Diffstat (limited to 'src/usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xsrc/usr/local/www/firewall_aliases_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/firewall_aliases_edit.php b/src/usr/local/www/firewall_aliases_edit.php
index c35d74c..5d2ac60 100755
--- a/src/usr/local/www/firewall_aliases_edit.php
+++ b/src/usr/local/www/firewall_aliases_edit.php
@@ -597,11 +597,11 @@ $help = array(
'network' => gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single IPv4 host, /128 specifies a single IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /128 for IPv6. An IP range such as 192.168.1.1-192.168.1.254 may also be entered and a list of CIDR networks will be derived to fill the range."),
'host' => gettext("Enter as many hosts as desired. Hosts must be specified by their IP address or fully qualified domain name (FQDN). FQDN hostnames are periodically re-resolved and updated. If multiple IPs are returned by a DNS query, all are used. An IP range such as 192.168.1.1-192.168.1.10 or a small subnet such as 192.168.1.16/28 may also be entered and a list of individual IP addresses will be generated."),
'port' => gettext("Enter as many ports as desired. Port ranges can be expressed by separating with a colon."),
- 'url' => gettext("Enter as many URLs as desired. After saving we will download the URL and import the items into the alias. Use only with small sets of IP addresses (less than 3000)."),
- 'url_ports' => gettext("Enter as many URLs as desired. After saving we will download the URL and import the items into the alias. Use only with small sets of Ports (less than 3000)."),
- 'urltable' => gettext("Enter a single URL containing a large number of IPs and/or Subnets. After saving we will download the URL and create a table file containing these addresses. This will work with large numbers of addresses (30,000+) or small numbers.") .
+ 'url' => gettext("Enter as many URLs as desired. After saving, the URLs will be downloaded and the items imported into the alias. Use only with small sets of IP addresses (less than 3000)."),
+ 'url_ports' => gettext("Enter as many URLs as desired. After saving, the URLs will be downloaded and the items imported into the alias. Use only with small sets of Ports (less than 3000)."),
+ 'urltable' => gettext("Enter a single URL containing a large number of IPs and/or Subnets. After saving, the URLs will be downloaded and a table file containing these addresses will be created. This will work with large numbers of addresses (30,000+) or small numbers.") .
"<br /><b>" . $special_cidr_usage_text . "</b>",
- 'urltable_ports' => gettext("Enter a single URL containing a list of Port numbers and/or Port ranges. After saving we will download the URL.") .
+ 'urltable_ports' => gettext("Enter a single URL containing a list of Port numbers and/or Port ranges. After saving, the URL will be downloaded.") .
"<br /><b>" . $special_cidr_usage_text . "</b>",
);
OpenPOWER on IntegriCloud