summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-28 15:13:54 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-28 15:13:54 -0300
commit798f6ea3e3010f803ec5546bf4c75f520d70e114 (patch)
tree0b92b04603e6d31dc93e6ab7351aa67b1fdafc83 /usr/local/www/system_advanced_network.php
parent89f0ac4c429a7f091be5a258c8c10cda3fa2707c (diff)
downloadpfsense-798f6ea3e3010f803ec5546bf4c75f520d70e114.zip
pfsense-798f6ea3e3010f803ec5546bf4c75f520d70e114.tar.gz
Use printf() for string that need to print variables
Diffstat (limited to 'usr/local/www/system_advanced_network.php')
-rw-r--r--usr/local/www/system_advanced_network.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index a544fbe..c2eec06 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -224,8 +224,7 @@ function enable_change(enable_over) {
<td width="78%" class="vtable">
<input name="polling_enable" type="checkbox" id="polling_enable" value="yes" <?php if ($pconfig['polling_enable']) echo "checked"; ?>>
<strong><?=gettext("Enable device polling"); ?></strong><br>
- <?=gettext("Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webConfigurator, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended.
- Not all NICs support polling; see the $g['product_name'] homepage for a list of supported cards."); ?>
+ <?printf("Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webConfigurator, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended. Not all NICs support polling; see the %s homepage for a list of supported cards.", $g['product_name']); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud