summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-30 08:34:44 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-30 08:34:44 -0300
commit955cdb26d765821e4482ee0c08015cff1fb89190 (patch)
treec1b2c80025c2fe0036d8451fd7d4f779e9a90f11 /usr/local/www/system_advanced_network.php
parent4e480d211adc9061fc2f964c760e6806d2db27eb (diff)
downloadpfsense-955cdb26d765821e4482ee0c08015cff1fb89190.zip
pfsense-955cdb26d765821e4482ee0c08015cff1fb89190.tar.gz
Fix gettext issues
Diffstat (limited to 'usr/local/www/system_advanced_network.php')
-rw-r--r--usr/local/www/system_advanced_network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index 89e883a..90f6c07 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -224,7 +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>
- <?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']); ?>
+ <?printf(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 %s homepage for a list of supported cards."), $g['product_name']); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud