summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_firewall.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-07-06 05:46:29 -0500
committerChris Buechler <cmb@pfsense.org>2013-07-06 05:46:29 -0500
commite66c4a0f755a9e0eabe77d46cfd924d6e0b6d618 (patch)
tree0e56722e04e5175a89521d920377f392e81499a0 /usr/local/www/system_advanced_firewall.php
parent0007f5b37582a156e02e4bccd37c20b2eb74c95d (diff)
downloadpfsense-e66c4a0f755a9e0eabe77d46cfd924d6e0b6d618.zip
pfsense-e66c4a0f755a9e0eabe77d46cfd924d6e0b6d618.tar.gz
fix typo
Diffstat (limited to 'usr/local/www/system_advanced_firewall.php')
-rw-r--r--usr/local/www/system_advanced_firewall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index 9d2a6fb..dc143ce 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -472,9 +472,9 @@ function update_description(itemnum) {
<td width="22%" valign="top" class="vncell"><?=gettext("Check certificate of aliases URLs");?></td>
<td width="78%" class="vtable">
<input name="checkaliasesurlcert" type="checkbox" id="checkaliasesurlcert" value="yes" <?php if ($pconfig['checkaliasesurlcert']) echo "checked=\"checked\""; ?> />
- <strong><?=gettext("Verify HTTPS certificates when downloadling aliases URLs");?></strong>
+ <strong><?=gettext("Verify HTTPS certificates when downloading alias URLs");?></strong>
<br />
- <?=gettext("Make sure the certificate is valid for all HTTPS addresses on Aliases, if it's not valid or is revoked, do not download it.");?>
+ <?=gettext("Make sure the certificate is valid for all HTTPS addresses on aliases. If it's not valid or is revoked, do not download it.");?>
<br />
</td>
</tr>
OpenPOWER on IntegriCloud