summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-11 18:21:07 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-11 18:21:07 -0600
commitea6be4a7526700caa0102e271644658353065218 (patch)
tree68040f12e6ed7182f50425ec0a643fb926ccccd2 /usr/local/www/system.php
parent3a3fb8eabaec1b4eb5ba86a124028916931a2011 (diff)
downloadpfsense-ea6be4a7526700caa0102e271644658353065218.zip
pfsense-ea6be4a7526700caa0102e271644658353065218.tar.gz
Remove extra quotes that were added around some strings when adding printf+gettext in some areas.
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 a9f55a5..9a319b3 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 printf(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