summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.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.php
parente34f19ec25e50104c09f262bcda2e5346b675f36 (diff)
downloadpfsense-3a3fb8eabaec1b4eb5ba86a124028916931a2011.zip
pfsense-3a3fb8eabaec1b4eb5ba86a124028916931a2011.tar.gz
Fix printf/sprintf mixups.
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 69a8f70..a9f55a5 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -334,7 +334,7 @@ include("head.inc");
<?=gettext("Allow DNS server list to be overridden by DHCP/PPP on WAN"); ?>
</strong>
<br/>
- <?php sprintf(gettext("If this option is set, '%s' will " .
+ <?php printf(gettext("If this option is set, '%s' will " .
"use DNS servers assigned by a DHCP/PPP server on WAN " .
"for its own purposes (including the DNS forwarder). " .
"However, they will not be assigned to DHCP and PPTP " .
OpenPOWER on IntegriCloud