summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-11 16:15:13 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-11 16:15:13 -0600
commit3a3fb8eabaec1b4eb5ba86a124028916931a2011 (patch)
tree1e994ca47de2bb5dcb07b44af67e7fc576fd7268 /usr/local/www/system_advanced_admin.php
parente34f19ec25e50104c09f262bcda2e5346b675f36 (diff)
downloadpfsense-3a3fb8eabaec1b4eb5ba86a124028916931a2011.zip
pfsense-3a3fb8eabaec1b4eb5ba86a124028916931a2011.tar.gz
Fix printf/sprintf mixups.
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index e0e69a2..b8af888 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -325,7 +325,7 @@ 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 " .
+ <?php printf(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 " .
OpenPOWER on IntegriCloud