summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-03-19 20:32:49 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-03-19 20:32:49 -0400
commit6c5bb502728ec6c31dbed8ae82da6120045fa821 (patch)
treebeac21ec4ecac83be33852fb111c4d35cf5e6e14
parent10189b2a112941b1e8fbb242856005b4b158e4d3 (diff)
downloadpfsense-6c5bb502728ec6c31dbed8ae82da6120045fa821.zip
pfsense-6c5bb502728ec6c31dbed8ae82da6120045fa821.tar.gz
Use url consistently
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 20c8ae0..598e162 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -403,7 +403,7 @@ $update_freq_str = gettext("Update Freq.");
$networks_help = gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single host, /24 specifies 255.255.255.0, etc. Hostnames (FQDNs) may also be specified, using a /32 mask. You may also enter an IP range such as 192.168.1.1-192.168.1.254 and a list of CIDR networks will be derived to fill the range.");
$hosts_help = gettext("Enter as many hosts as you would like. Hosts must be specified by their IP address.");
$ports_help = gettext("Enter as many ports as you wish. Port ranges can be expressed by seperating with a colon.");
-$url_help = gettext("Enter as many urls as you wish. After saving {$g['product_name']} will download the URL and import the items into the alias.");
+$url_help = gettext("Enter as many URLs as you wish. After saving {$g['product_name']} will download the URL and import the items into the alias.");
$openvpn_str = gettext("Username");
$openvpn_user_str = gettext("OpenVPN Users");
OpenPOWER on IntegriCloud