summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-10-22 12:39:40 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-10-22 12:42:30 -0200
commitf144493c68d718cd8b35b1663170a3dc6c2c85ac (patch)
treefdd3911b35ce62ddfe3207846b62b74c53d2c950 /usr
parentdd8e414e068388ed9ddca6303d2b33da7b3dba45 (diff)
downloadpfsense-f144493c68d718cd8b35b1663170a3dc6c2c85ac.zip
pfsense-f144493c68d718cd8b35b1663170a3dc6c2c85ac.tar.gz
Make it more explicit that 'update freq.' unit is days
Diffstat (limited to 'usr')
-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 9b8e721..5ad2c7f 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -467,7 +467,7 @@ $ports_str = gettext("Port(s)");
$port_str = gettext("Port");
$url_str = gettext("URL");
$urltable_str = gettext("URL Table");
-$update_freq_str = gettext("Update Freq.");
+$update_freq_str = gettext("Update Freq. (days)");
$networks_help = 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. 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 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.");
OpenPOWER on IntegriCloud