summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-29 17:22:53 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-29 17:22:53 -0300
commitf6c2ad64c96dfa822d9bbb6ee123df8f459bd220 (patch)
tree907e1ab782f05f548d1de3ce36a483453b601125 /usr/local/www/system_advanced_admin.php
parentad5b5f6183323003e67b18536de3c68b8b09193e (diff)
downloadpfsense-f6c2ad64c96dfa822d9bbb6ee123df8f459bd220.zip
pfsense-f6c2ad64c96dfa822d9bbb6ee123df8f459bd220.tar.gz
Fix gettext issues
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 8f87f19..8a8232a 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -285,11 +285,11 @@ function prot_change() {
<input name="noantilockout" type="checkbox" id="noantilockout" value="yes" <?php if ($pconfig['noantilockout']) echo "checked"; ?> />
<strong><?=gettext("Disable webConfigurator anti-lockout rule"); ?></strong>
<br/>
- <?php sprintf(gettext("When this is unchecked, access to the webConfigurator on the %s " .
- "interface is always permitted, regardless of the user-defined firewall " .
- "rule set. Check this box to disable this automatically added rule, so access " .
- "to the webConfigurator is controlled by the user-defined firewall rules " .
- "(ensure you have a firewall rule in place that allows you in, or you will"), $lockout_interface); ?>
+ <?php sprintf(gettext("When this is unchecked, access to the webConfigurator on the %s
+ interface is always permitted, regardless of the user-defined firewall
+ rule set. Check this box to disable this automatically added rule, so access
+ to the webConfigurator is controlled by the user-defined firewall rules
+ (ensure you have a firewall rule in place that allows you in, or you will"), $lockout_interface); ?>
<?=gettext("lock yourself out!)"); ?>. <em> <?=gettext("Hint: the &quot;Set interface(s) IP address&quot; " .
"option in the console menu resets this setting as well."); ?> </em>
</td>
OpenPOWER on IntegriCloud